@@ -854,8 +854,10 @@ elseif(WIN32)
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
elseif(APPLE)
|
elseif(APPLE)
|
||||||
# Uppercase name for app bundle
|
if (NOT WITH_PYTHON_MODULE)
|
||||||
set_target_properties(blender PROPERTIES OUTPUT_NAME Blender)
|
# Uppercase name for app bundle
|
||||||
|
set_target_properties(blender PROPERTIES OUTPUT_NAME Blender)
|
||||||
|
endif()
|
||||||
|
|
||||||
# handy install macro to exclude files, we use \$ escape for the "to"
|
# handy install macro to exclude files, we use \$ escape for the "to"
|
||||||
# argument when calling so ${BUILD_TYPE} does not get expanded
|
# argument when calling so ${BUILD_TYPE} does not get expanded
|
||||||
|
Reference in New Issue
Block a user