Browse Source

ENH: Executable bar should rebuild when its generated header changes. It does not need to link to the foo library anymore.

Brad King 18 years ago
parent
commit
c3474ad029
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Tests/BuildDepends/Project/CMakeLists.txt

+ 0 - 1
Tests/BuildDepends/Project/CMakeLists.txt

@@ -27,4 +27,3 @@ add_executable(bar bar.cxx
   ${CMAKE_CURRENT_BINARY_DIR}/regen.h
   ${CMAKE_CURRENT_BINARY_DIR}/noregen.h
   )
-target_link_libraries(bar foo)