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

This commit is contained in:
Brad King 2007-05-23 17:01:26 -04:00
parent ba7780a3c4
commit c3474ad029
1 changed files with 0 additions and 1 deletions

View File

@ -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)