From e37d8867b88a16cdb1126a40507198df1ebcca27 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Mon, 2 Jan 2006 14:33:16 -0500 Subject: [PATCH] BUG: Flush the EXECUTABLE and LIBRARY output path to internal --- Tests/Complex/CMakeLists.txt | 4 ++-- Tests/ComplexOneConfig/CMakeLists.txt | 4 ++-- Tests/ComplexRelativePaths/CMakeLists.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Tests/Complex/CMakeLists.txt b/Tests/Complex/CMakeLists.txt index 35f8ef2c5..e8b1dd4ea 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 35f8ef2c5..e8b1dd4ea 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 35f8ef2c5..e8b1dd4ea 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 " " \; \;)