Fix CMake warning
This commit is contained in:
parent
52a853c39c
commit
7191bf3efa
@ -129,7 +129,7 @@ macro (CREATE_EXAMPLE NAME SOURCES LIBRARIES)
|
|||||||
elseif (MAC_BUNDLE)
|
elseif (MAC_BUNDLE)
|
||||||
set_target_properties (${TARGET_NAME} PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME "${TARGET_NAME}")
|
set_target_properties (${TARGET_NAME} PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME "${TARGET_NAME}")
|
||||||
set_target_properties (${TARGET_NAME} PROPERTIES MACOSX_BUNDLE_GUI_IDENTIFIER "org.fltk.${TARGET_NAME}")
|
set_target_properties (${TARGET_NAME} PROPERTIES MACOSX_BUNDLE_GUI_IDENTIFIER "org.fltk.${TARGET_NAME}")
|
||||||
endif (MAC_BUNDLE AND NOT PLIST)
|
endif ()
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Copy macOS "bundle wrapper" (shell script) to target directory.
|
# Copy macOS "bundle wrapper" (shell script) to target directory.
|
||||||
|
Loading…
Reference in New Issue
Block a user