mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 20:49:41 +00:00
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)
|
||||
|
||||
# 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_)
|
||||
GET_CMAKE_PROPERTY(res VARIABLES)
|
||||
|
Loading…
Reference in New Issue
Block a user