Skip to content
Snippets Groups Projects
Commit ccf1eed2 authored by Andy Cedilnik's avatar Andy Cedilnik
Browse files

ENH: Allow to overwrite CPACK_BINARY_DIR

parent 2761979a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment