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
..
2008-03-19 23:59:09 -04:00
2008-03-11 16:02:10 -04:00
2007-07-27 10:55:24 -04:00
2007-07-27 10:55:24 -04:00
2007-06-05 09:19:27 -04:00
2007-03-05 10:36:06 -05:00
2008-03-02 16:19:40 -05:00
2007-09-24 11:16:13 -04:00
2007-07-27 10:55:24 -04:00
2007-03-05 10:36:06 -05:00
2007-07-20 08:36:16 -04:00
2008-02-07 16:22:00 -05:00
2008-03-14 16:39:20 -04:00
2008-03-13 11:38:46 -04:00
2008-01-23 18:34:19 -05:00
2008-02-29 21:33:33 -05:00
2007-07-27 10:55:24 -04:00
2007-07-30 21:38:50 -04:00
2007-07-26 14:36:06 -04:00