diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-28 22:02:16 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-28 22:02:16 (GMT) |
commit | 2fcd41323b0101b35f49b27a82e02469267989ee (patch) | |
tree | d5bdf22f2b51f38679f4b0f25c26497a70e893e7 /Tests/ComplexOneConfig/Executable | |
parent | 0ef674b906981dfffd77e4a85e9cc928020035d7 (diff) | |
download | CMake-2fcd41323b0101b35f49b27a82e02469267989ee.zip CMake-2fcd41323b0101b35f49b27a82e02469267989ee.tar.gz CMake-2fcd41323b0101b35f49b27a82e02469267989ee.tar.bz2 |
COMP: Fix complex test and fix bootstrap
Diffstat (limited to 'Tests/ComplexOneConfig/Executable')
-rw-r--r-- | Tests/ComplexOneConfig/Executable/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ComplexOneConfig/Executable/CMakeLists.txt b/Tests/ComplexOneConfig/Executable/CMakeLists.txt index 02de931..44620a0 100644 --- a/Tests/ComplexOneConfig/Executable/CMakeLists.txt +++ b/Tests/ComplexOneConfig/Executable/CMakeLists.txt @@ -18,7 +18,7 @@ LINK_LIBRARIES(${COMPLEX_LIBS}) ADD_EXECUTABLE(A A.cxx) ADD_EXECUTABLE(complex complex testcflags.c) ADD_EXECUTABLE(complex.file complex.file.cxx) -TARGET_LINK_LIBRARIES(complex CMakeLib cmsys cmexpat cmzlib) +TARGET_LINK_LIBRARIES(complex CMakeLib cmsys cmexpat cmzlib cmtar) IF (UNIX) TARGET_LINK_LIBRARIES(complex ${CMAKE_DL_LIBS}) ELSE(UNIX) |