mirror of
https://github.com/fltk/fltk.git
synced 2026-03-23 07:24:03 +08:00
Fixes incorrect install of fluid in macOS Applications directory.
This requires sudo permissions to do it, and breaks ExtenalProject_Add.
This commit is contained in:
committed by
Albrecht Schlosser
parent
9c0c04c50d
commit
f8058aae52
@@ -163,7 +163,7 @@ if (APPLE AND (NOT OPTION_APPLE_X11))
|
||||
# ## set_target_properties (fluid PROPERTIES RESOURCE ${ICON_PATH})
|
||||
|
||||
# install fluid GUI and commandline tools
|
||||
install (TARGETS fluid DESTINATION "/Applications")
|
||||
#install (TARGETS fluid DESTINATION "/Applications")
|
||||
|
||||
# install command line tool
|
||||
install (PROGRAMS $<TARGET_FILE:fluid> DESTINATION ${FLTK_BINDIR})
|
||||
|
||||
Reference in New Issue
Block a user