BUG: Flush the EXECUTABLE and LIBRARY output path to internal
This commit is contained in:
parent
86ad253427
commit
e37d8867b8
|
@ -117,11 +117,11 @@ SET(FORCE_TEST 0 CACHE STRING "a test" FORCE)
|
||||||
# Lib and exe path
|
# Lib and exe path
|
||||||
#
|
#
|
||||||
SET (LIBRARY_OUTPUT_PATH
|
SET (LIBRARY_OUTPUT_PATH
|
||||||
${Complex_BINARY_DIR}/bin/ CACHE PATH
|
${Complex_BINARY_DIR}/bin/ CACHE INTERNAL
|
||||||
"Single output directory for building all libraries.")
|
"Single output directory for building all libraries.")
|
||||||
|
|
||||||
SET (EXECUTABLE_OUTPUT_PATH
|
SET (EXECUTABLE_OUTPUT_PATH
|
||||||
${Complex_BINARY_DIR}/bin/ CACHE PATH
|
${Complex_BINARY_DIR}/bin/ CACHE INTERNAL
|
||||||
"Single output directory for building all executables.")
|
"Single output directory for building all executables.")
|
||||||
|
|
||||||
MESSAGE (Test " " escape " " semi-colon " " \; \;)
|
MESSAGE (Test " " escape " " semi-colon " " \; \;)
|
||||||
|
|
|
@ -117,11 +117,11 @@ SET(FORCE_TEST 0 CACHE STRING "a test" FORCE)
|
||||||
# Lib and exe path
|
# Lib and exe path
|
||||||
#
|
#
|
||||||
SET (LIBRARY_OUTPUT_PATH
|
SET (LIBRARY_OUTPUT_PATH
|
||||||
${Complex_BINARY_DIR}/bin/ CACHE PATH
|
${Complex_BINARY_DIR}/bin/ CACHE INTERNAL
|
||||||
"Single output directory for building all libraries.")
|
"Single output directory for building all libraries.")
|
||||||
|
|
||||||
SET (EXECUTABLE_OUTPUT_PATH
|
SET (EXECUTABLE_OUTPUT_PATH
|
||||||
${Complex_BINARY_DIR}/bin/ CACHE PATH
|
${Complex_BINARY_DIR}/bin/ CACHE INTERNAL
|
||||||
"Single output directory for building all executables.")
|
"Single output directory for building all executables.")
|
||||||
|
|
||||||
MESSAGE (Test " " escape " " semi-colon " " \; \;)
|
MESSAGE (Test " " escape " " semi-colon " " \; \;)
|
||||||
|
|
|
@ -117,11 +117,11 @@ SET(FORCE_TEST 0 CACHE STRING "a test" FORCE)
|
||||||
# Lib and exe path
|
# Lib and exe path
|
||||||
#
|
#
|
||||||
SET (LIBRARY_OUTPUT_PATH
|
SET (LIBRARY_OUTPUT_PATH
|
||||||
${Complex_BINARY_DIR}/bin/ CACHE PATH
|
${Complex_BINARY_DIR}/bin/ CACHE INTERNAL
|
||||||
"Single output directory for building all libraries.")
|
"Single output directory for building all libraries.")
|
||||||
|
|
||||||
SET (EXECUTABLE_OUTPUT_PATH
|
SET (EXECUTABLE_OUTPUT_PATH
|
||||||
${Complex_BINARY_DIR}/bin/ CACHE PATH
|
${Complex_BINARY_DIR}/bin/ CACHE INTERNAL
|
||||||
"Single output directory for building all executables.")
|
"Single output directory for building all executables.")
|
||||||
|
|
||||||
MESSAGE (Test " " escape " " semi-colon " " \; \;)
|
MESSAGE (Test " " escape " " semi-colon " " \; \;)
|
||||||
|
|
Loading…
Reference in New Issue