summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMake/fl_create_example.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/fl_create_example.cmake b/CMake/fl_create_example.cmake
index 79ff68a7e..3ea51be74 100644
--- a/CMake/fl_create_example.cmake
+++ b/CMake/fl_create_example.cmake
@@ -129,7 +129,7 @@ macro (CREATE_EXAMPLE NAME SOURCES LIBRARIES)
elseif (MAC_BUNDLE)
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}")
- endif (MAC_BUNDLE AND NOT PLIST)
+ endif ()
##############################################################################
# Copy macOS "bundle wrapper" (shell script) to target directory.