FLTK logo

[master] 82bee7f - CMake: fix informative messages sent under macOS

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] 82bee7f - CMake: fix informative messages sent under macOS "ManoloFLTK" Nov 18, 2022  
 
commit 82bee7fa33218c75d94d682d9270d7ecac31f347
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Fri Nov 18 10:55:14 2022 +0100
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Fri Nov 18 10:55:14 2022 +0100

    CMake: fix informative messages sent under macOS

 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git CMakeLists.txt CMakeLists.txt
index 2fcac42..c6ba3a0 100644
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -246,7 +246,7 @@ else ()
   message (STATUS "                 ZLIB = System")
 endif ()
 
-if (UNIX)
+if (UNIX AND NOT (APPLE AND NOT OPTION_APPLE_X11))
 
   if (OPTION_USE_WAYLAND)
     message (STATUS "Use Wayland:             Yes (when available at run-time)")
@@ -271,7 +271,7 @@ if (UNIX)
     endif (USE_XFT)
   endif (USE_PANGO)
 
-endif (UNIX)
+endif (UNIX AND NOT (APPLE AND NOT OPTION_APPLE_X11))
 
 if (FLTK_HAVE_CAIROEXT)
   message (STATUS "Fl_Cairo_Window support: Yes (extended)")
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'.