diff options
| -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}) |
