[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.155 1.156

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Nov 24 11:16:54 EST 2009


Update of /cvsroot/CMake/CMake/Tests
In directory public:/mounts/ram/cvs-serv29957/Tests

Modified Files:
	CMakeLists.txt 
Log Message:
Test CMP0015 OLD and NEW link_directories behavior

We create a LinkDirectory test to check that the policy OLD and NEW
behaviors work as documented.  See issue #9697.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.155
retrieving revision 1.156
diff -C 2 -d -r1.155 -r1.156
*** CMakeLists.txt	23 Nov 2009 15:22:09 -0000	1.155
--- CMakeLists.txt	24 Nov 2009 16:16:50 -0000	1.156
***************
*** 123,126 ****
--- 123,127 ----
    ADD_TEST_MACRO(ExternalOBJ ExternalOBJ)
    ADD_TEST_MACRO(LoadCommand LoadedCommand)
+   ADD_TEST_MACRO(LinkDirectory bin/LinkDirectory)
    ADD_TEST_MACRO(LinkLanguage LinkLanguage)
    ADD_TEST_MACRO(LinkLine LinkLine)



More information about the Cmake-commits mailing list