FLTK logo

Re: [fltk/fltk] macOS: Generating fltk.framework (Issue #961)

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.issues  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: [fltk/fltk] macOS: Generating fltk.framework (Issue #961) Matthias Melcher 03:39 Apr 28  
 

@MatthiasWM @Albrecht-S It turns out the confusing name "FLTK.framework" can be avoided as follows:

  • replace line 99 of CMake/setup.cmake
    set(FLTK_CONFIG_PATH FLTK.framework/Resources/CMake)
    by, for example,
    set(FLTK_CONFIG_PATH FLTK.cmake-config)

Thanks, I'll look into that. So there is no code to generate a Framework in the macOS sense? Good. Then we will keep it that way for now. I'll check what the best cmake compatible location for the config files would be.

Thanks for looking into this.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <fltk/fltk/issues/961/2081429195@github.com>

Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]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'.