summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tests/Complex/CMakeLists.txt4
-rw-r--r--Tests/ComplexOneConfig/CMakeLists.txt4
-rw-r--r--Tests/ComplexRelativePaths/CMakeLists.txt4
3 files changed, 6 insertions, 6 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 " " \; \;)
diff --git a/Tests/ComplexOneConfig/CMakeLists.txt b/Tests/ComplexOneConfig/CMakeLists.txt
index 35f8ef2..e8b1dd4 100644
--- a/Tests/ComplexOneConfig/CMakeLists.txt
+++ b/Tests/ComplexOneConfig/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 " " \; \;)
diff --git a/Tests/ComplexRelativePaths/CMakeLists.txt b/Tests/ComplexRelativePaths/CMakeLists.txt
index 35f8ef2..e8b1dd4 100644
--- a/Tests/ComplexRelativePaths/CMakeLists.txt
+++ b/Tests/ComplexRelativePaths/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 " " \; \;)