CMake/Tests/CMakeLib
Stephen Kelly 920ffbf50f Require CMake 2.8.4 or greater to build CMake
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.
2013-10-15 09:22:56 -04:00
..
testVisualStudioSlnParser_data VS: Create parser for Visual Studio .sln files 2013-04-12 11:35:35 -04:00
CMakeLists.txt Require CMake 2.8.4 or greater to build CMake 2013-10-15 09:22:56 -04:00
run_compile_commands.cxx Avoid string.clear and string.push_back (#13319) 2012-06-19 14:21:34 -04:00
testGeneratedFileStream.cxx complex: Move GeneratedFileStream test to CMakeLibTests 2011-12-23 16:16:50 -05:00
testSystemTools.cxx complex: Move cmSystemTools::UpperCase test to CMakeLibTests 2011-12-23 16:16:54 -05:00
testUTF8.cxx Test UTF-8 decoding 2009-12-08 15:44:22 -05:00
testVisualStudioSlnParser.cxx VS: Create parser for Visual Studio .sln files 2013-04-12 11:35:35 -04:00
testVisualStudioSlnParser.h.in VS: Create parser for Visual Studio .sln files 2013-04-12 11:35:35 -04:00
testXMLParser.cxx Create CMakeLib test driver and test cmXMLParser 2009-12-08 11:44:50 -05:00
testXMLParser.h.in Create CMakeLib test driver and test cmXMLParser 2009-12-08 11:44:50 -05:00
testXMLParser.xml Create CMakeLib test driver and test cmXMLParser 2009-12-08 11:44:50 -05:00
testXMLSafe.cxx Test XML encoding with UTF-8 character validation 2009-12-08 15:44:45 -05:00