diff options
| author | Gonzalo Garramuño <ggarra13@gmail.com> | 2022-09-22 19:18:38 -0300 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-09-23 11:29:55 +0200 |
| commit | f8058aae528d642ffdde6bf71536c9aebfc83120 (patch) | |
| tree | 3ffadf6abdd3645fa2a833f8cbb7a82d4cc700d5 /fluid/CMakeLists.txt | |
| parent | 9c0c04c50ddcdd24e306ccaa32ebfea09dc17bc3 (diff) | |
Fixes incorrect install of fluid in macOS Applications directory.
This requires sudo permissions to do it, and breaks ExtenalProject_Add.
Diffstat (limited to 'fluid/CMakeLists.txt')
| -rw-r--r-- | fluid/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/CMakeLists.txt b/fluid/CMakeLists.txt index 443bdca1d..50983c149 100644 --- a/fluid/CMakeLists.txt +++ b/fluid/CMakeLists.txt @@ -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}) |
