Brad King a6a673979d ENH: Add "if(POLICY policy-id)" option for IF command.
- This will help projects support multiple CMake versions.
  - In order to set a policy when using a newer CMake but still
    working with an older CMake one may write
      if(POLICY CMP1234)
        cmake_policy(SET CMP1234 NEW)
      endif(POLICY CMP1234)
  - Note that since CMake 2.4 does not have if(POLICY) supporting
    it will also require using "if(COMMAND cmake_policy)"
2008-03-20 18:25:59 -04:00
..
2006-07-24 09:43:11 -04:00
2007-05-11 10:22:20 -04:00
2008-02-08 09:24:29 -05:00
2005-06-08 12:26:32 -04:00
2007-05-11 10:22:20 -04:00
2007-07-16 13:29:41 -04:00
2007-09-10 17:10:40 -04:00
2005-06-16 11:47:29 -04:00
2007-05-11 10:22:20 -04:00
2007-05-11 10:22:20 -04:00
2008-01-30 13:02:32 -05:00
2004-05-03 17:51:06 -04:00
2007-05-11 10:22:20 -04:00
2002-07-31 11:08:42 -04:00
2008-01-17 10:26:49 -05:00
2002-12-03 11:21:12 -05:00