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:
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})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user