diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-02 19:33:16 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-02 19:33:16 (GMT) |
commit | e37d8867b88a16cdb1126a40507198df1ebcca27 (patch) | |
tree | 9f11ca9aa8ade5a926a1a529686603d7913009cc /Tests/Complex | |
parent | 86ad2534270feb3b15bea773cb4d3f04f998ec48 (diff) | |
download | CMake-e37d8867b88a16cdb1126a40507198df1ebcca27.zip CMake-e37d8867b88a16cdb1126a40507198df1ebcca27.tar.gz CMake-e37d8867b88a16cdb1126a40507198df1ebcca27.tar.bz2 |
BUG: Flush the EXECUTABLE and LIBRARY output path to internal
Diffstat (limited to 'Tests/Complex')
-rw-r--r-- | Tests/Complex/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Complex/CMakeLists.txt b/Tests/Complex/CMakeLists.txt index 35f8ef2..e8b1dd4 100644 --- a/Tests/Complex/CMakeLists.txt +++ b/Tests/Complex/CMakeLists.txt @@ -117,11 +117,11 @@ SET(FORCE_TEST 0 CACHE STRING "a test" FORCE) # Lib and exe path # SET (LIBRARY_OUTPUT_PATH - ${Complex_BINARY_DIR}/bin/ CACHE PATH + ${Complex_BINARY_DIR}/bin/ CACHE INTERNAL "Single output directory for building all libraries.") SET (EXECUTABLE_OUTPUT_PATH - ${Complex_BINARY_DIR}/bin/ CACHE PATH + ${Complex_BINARY_DIR}/bin/ CACHE INTERNAL "Single output directory for building all executables.") MESSAGE (Test " " escape " " semi-colon " " \; \;) |