mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Corrected cmake macros.
This commit is contained in:
parent
6ff6c0c410
commit
c0201ac2ba
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ macro(fixup_interface)
|
|||
")
|
||||
endif ()
|
||||
|
||||
if (DEV_BUILD)
|
||||
if (RELEASE_TYPE STREQUAL "DEV")
|
||||
install(CODE "
|
||||
execute_process(COMMAND ${MACDEPLOYQT_COMMAND}\
|
||||
\${CMAKE_INSTALL_PREFIX}/${_INTERFACE_INSTALL_PATH}/\
|
||||
|
|
|
@ -24,7 +24,7 @@ macro(fixup_nitpick)
|
|||
")
|
||||
endif ()
|
||||
|
||||
if (DEV_BUILD)
|
||||
if (RELEASE_TYPE STREQUAL "DEV")
|
||||
install(CODE "
|
||||
execute_process(COMMAND ${MACDEPLOYQT_COMMAND}\
|
||||
\${CMAKE_INSTALL_PREFIX}/${_NITPICK_INSTALL_PATH}/\
|
||||
|
|
Loading…
Reference in a new issue