summaryrefslogtreecommitdiffstats
path: root/Tests/Complex
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-02-03 18:31:31 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-02-03 18:31:31 (GMT)
commit486da564ef5d1e44a086b1645657a597307ce354 (patch)
tree370699c0f22a84895dd3f70495fc3364b57a5031 /Tests/Complex
parentab2fdaa8fa85d5586bda16ed076ef58bdc6b9f58 (diff)
downloadCMake-486da564ef5d1e44a086b1645657a597307ce354.zip
CMake-486da564ef5d1e44a086b1645657a597307ce354.tar.gz
CMake-486da564ef5d1e44a086b1645657a597307ce354.tar.bz2
ENH: add a better test for lib deps
Diffstat (limited to 'Tests/Complex')
-rw-r--r--Tests/Complex/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/Complex/CMakeLists.txt b/Tests/Complex/CMakeLists.txt
index 881f11a..54170d0 100644
--- a/Tests/Complex/CMakeLists.txt
+++ b/Tests/Complex/CMakeLists.txt
@@ -237,3 +237,4 @@ ENDIF(NOT STRING_REGEX_PASSED)
SUBDIRS(Library Executable)
SUBDIR_DEPENDS(Executable Library)
EXPORT_LIBRARY_DEPENDENCIES(${Complex_BINARY_DIR}/ComplexLibraryDepends.cmake)
+INCLUDE(${Complex_BINARY_DIR}/ComplexLibraryDepends.cmake OPTIONAL)