mirror of
https://github.com/lubosz/overte.git
synced 2025-04-13 21:06:32 +02:00
Moved setting of NITPICK_BUNDLE_NAME
This commit is contained in:
parent
40f83b2564
commit
86fb794ecf
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,6 @@ macro(SET_PACKAGING_PARAMETERS)
|
|||
set(INTERFACE_BUNDLE_NAME "Interface")
|
||||
set(INTERFACE_ICON_PREFIX "interface")
|
||||
|
||||
set(NITPICK_BUNDLE_NAME "nitpick")
|
||||
|
||||
# add definition for this release type
|
||||
add_definitions(-DPRODUCTION_BUILD)
|
||||
|
||||
|
@ -79,6 +77,8 @@ macro(SET_PACKAGING_PARAMETERS)
|
|||
add_definitions(-DDEV_BUILD)
|
||||
endif ()
|
||||
|
||||
set(NITPICK_BUNDLE_NAME "nitpick")
|
||||
|
||||
string(TIMESTAMP BUILD_TIME "%d/%m/%Y")
|
||||
|
||||
# if STABLE_BUILD is 1, PRODUCTION_BUILD must be 1 and
|
||||
|
|
Loading…
Reference in a new issue