summaryrefslogtreecommitdiff
path: root/Tests/Complex
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-02 14:33:16 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-02 14:33:16 -0500
commite37d8867b88a16cdb1126a40507198df1ebcca27 (patch)
tree9f11ca9aa8ade5a926a1a529686603d7913009cc /Tests/Complex
parent86ad2534270feb3b15bea773cb4d3f04f998ec48 (diff)
downloadcmake-e37d8867b88a16cdb1126a40507198df1ebcca27.tar.gz
BUG: Flush the EXECUTABLE and LIBRARY output path to internal
Diffstat (limited to 'Tests/Complex')
-rw-r--r--Tests/Complex/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Complex/CMakeLists.txt b/Tests/Complex/CMakeLists.txt
index 35f8ef2c5a..e8b1dd4ea6 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 " " \; \;)