ENH: Allow to overwrite CPACK_BINARY_DIR
This commit is contained in:
parent
2761979a7a
commit
ccf1eed298
|
@ -67,7 +67,7 @@ IF(NOT CPACK_GENERATOR)
|
||||||
ENDIF(NOT CPACK_GENERATOR)
|
ENDIF(NOT CPACK_GENERATOR)
|
||||||
|
|
||||||
# Set some other variables
|
# Set some other variables
|
||||||
SET(CPACK_BINARY_DIR "${CMAKE_BINARY_DIR}")
|
cpack_set_if_not_set(CPACK_BINARY_DIR "${CMAKE_BINARY_DIR}")
|
||||||
|
|
||||||
SET(_CPACK_UNUSED_VARIABLES_)
|
SET(_CPACK_UNUSED_VARIABLES_)
|
||||||
GET_CMAKE_PROPERTY(res VARIABLES)
|
GET_CMAKE_PROPERTY(res VARIABLES)
|
||||||
|
|
Loading…
Reference in New Issue