FLTK logo

[master] f8058aa - Fixes incorrect install of fluid in macOS Applications directory.

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] f8058aa - Fixes incorrect install of fluid in macOS Applications directory. "Gonzalo Garramuño" Sep 23, 2022  
 
commit f8058aae528d642ffdde6bf71536c9aebfc83120
Author:     Gonzalo Garramuño <ggarra13@gmail.com>
AuthorDate: Thu Sep 22 19:18:38 2022 -0300
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Fri Sep 23 11:29:55 2022 +0200

    Fixes incorrect install of fluid in macOS Applications directory.
    
    This requires sudo permissions to do it, and breaks ExtenalProject_Add.

 fluid/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git fluid/CMakeLists.txt fluid/CMakeLists.txt
index 443bdca..50983c1 100644
--- fluid/CMakeLists.txt
+++ 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})
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.