[cmake-commits] king committed CMakeLists.txt 1.3 1.4
cmake-commits at cmake.org
cmake-commits at cmake.org
Wed May 23 17:01:28 EDT 2007
Update of /cvsroot/CMake/CMake/Tests/BuildDepends/Project
In directory public:/mounts/ram/cvs-serv32360
Modified Files:
CMakeLists.txt
Log Message:
ENH: Executable bar should rebuild when its generated header changes. It does not need to link to the foo library anymore.
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/BuildDepends/Project/CMakeLists.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CMakeLists.txt 23 May 2007 17:27:00 -0000 1.3
+++ CMakeLists.txt 23 May 2007 21:01:26 -0000 1.4
@@ -27,4 +27,3 @@
${CMAKE_CURRENT_BINARY_DIR}/regen.h
${CMAKE_CURRENT_BINARY_DIR}/noregen.h
)
-target_link_libraries(bar foo)
More information about the Cmake-commits
mailing list