Skip to content
  • Stephen Kelly's avatar
    Require CMake 2.8.4 or greater to build CMake · 920ffbf5
    Stephen Kelly authored and Brad King's avatar Brad King committed
    This allows the use of the $<TARGET_FILE:...> generator expression as a
    replacement for the use of the LOCATION target property.  The use of the
    LOCATION target property is now deprecated for in-build targets.
    
    Also drop other checks for older CMake versions:
    
    * Simplify cmake_set_target_folder macro.
    * Use find_package(LibArchive) unconditionally.
    * Simplify condition for running testVisualStudioSlnParser test.
    * Convert two macros to functions.
    * Unconditionally run the CTestTestRerunFailed test.
    920ffbf5