BUG: force EXECUABLE and LIBRARY output paths so bad cache entries do not fail tests
This commit is contained in:
parent
e37d8867b8
commit
9d0f86d7d0
@ -7,11 +7,11 @@ PROJECT (CustomCommand)
|
|||||||
# Lib and exe path
|
# Lib and exe path
|
||||||
#
|
#
|
||||||
SET (LIBRARY_OUTPUT_PATH
|
SET (LIBRARY_OUTPUT_PATH
|
||||||
${PROJECT_BINARY_DIR}/bin/ CACHE PATH
|
${PROJECT_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
|
||||||
${PROJECT_BINARY_DIR}/bin/ CACHE PATH
|
${PROJECT_BINARY_DIR}/bin/ CACHE INTERNAL
|
||||||
"Single output directory for building all executables.")
|
"Single output directory for building all executables.")
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
|
@ -11,11 +11,11 @@ SET_DIRECTORY_PROPERTIES(PROPERTIES CLEAN_NO_CUSTOM 1)
|
|||||||
# Lib and exe path
|
# Lib and exe path
|
||||||
#
|
#
|
||||||
SET (LIBRARY_OUTPUT_PATH
|
SET (LIBRARY_OUTPUT_PATH
|
||||||
${Wrapping_BINARY_DIR}/bin/ CACHE PATH
|
${Wrapping_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
|
||||||
${Wrapping_BINARY_DIR}/bin/ CACHE PATH
|
${Wrapping_BINARY_DIR}/bin/ CACHE INTERNAL
|
||||||
"Single output directory for building all executables.")
|
"Single output directory for building all executables.")
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user