[cmake-commits] king committed CMakeLists.txt 1.41 1.42

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jan 22 09:15:18 EST 2008


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Added RuntimePath test to make sure rpath gets correct order.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- CMakeLists.txt	21 Jan 2008 22:29:54 -0000	1.41
+++ CMakeLists.txt	22 Jan 2008 14:15:15 -0000	1.42
@@ -498,6 +498,9 @@
       --build-two-config
       --test-command bin/example)
 
+    IF(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG)
+      ADD_TEST_MACRO(RuntimePath RuntimePath)
+    ENDIF(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG)
   ENDIF("${CMAKE_SYSTEM_NAME}" MATCHES syllable)
 
 



More information about the Cmake-commits mailing list