diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-03-26 15:45:23 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-03-26 15:45:23 (GMT) |
commit | b133b832fdcb50bc7bb9dc4bfb0631bb9aa6989e (patch) | |
tree | eb69b22825a71a13383b0db978398178a6e063e6 /Tests/Complex | |
parent | 62314ea808ead384c72a17a29b1d5d04fb9dd647 (diff) | |
download | CMake-b133b832fdcb50bc7bb9dc4bfb0631bb9aa6989e.zip CMake-b133b832fdcb50bc7bb9dc4bfb0631bb9aa6989e.tar.gz CMake-b133b832fdcb50bc7bb9dc4bfb0631bb9aa6989e.tar.bz2 |
Remove bogus flags from cmStandardIncludes and make complex test pass
Diffstat (limited to 'Tests/Complex')
-rw-r--r-- | Tests/Complex/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/Complex/CMakeLists.txt b/Tests/Complex/CMakeLists.txt index 54170d0..e6444ab 100644 --- a/Tests/Complex/CMakeLists.txt +++ b/Tests/Complex/CMakeLists.txt @@ -56,6 +56,7 @@ LOAD_CACHE(${Complex_SOURCE_DIR}/Cache INCLUDE_DIRECTORIES( ${Complex_SOURCE_DIR}/Library ${Complex_SOURCE_DIR}/../../Source + ${Complex_BINARY_DIR}/../../Source ) INCLUDE_DIRECTORIES(BEFORE |