소스 검색

BUG: Flush the EXECUTABLE and LIBRARY output path to internal

Andy Cedilnik 20 년 전
부모
커밋
e37d8867b8
3개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 2
      Tests/Complex/CMakeLists.txt
  2. 2 2
      Tests/ComplexOneConfig/CMakeLists.txt
  3. 2 2
      Tests/ComplexRelativePaths/CMakeLists.txt

+ 2 - 2
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 " " \; \;)

+ 2 - 2
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 " " \; \;)

+ 2 - 2
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 " " \; \;)