FLTK logo

[master] 3fc8875 - Add missing 'x11.H' to exclusion list (STR 2728)

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] 3fc8875 - Add missing 'x11.H' to exclusion list (STR 2728) "Albrecht Schlosser" 08:47 Apr 18  
 
commit 3fc8875756c3ce02b1b45bd0383a0c307c442dde
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Thu Apr 18 17:33:57 2024 +0200
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Thu Apr 18 17:33:57 2024 +0200

    Add missing 'x11.H' to exclusion list (STR 2728)

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

diff --git test/CMakeLists.txt test/CMakeLists.txt
index 8f965ad..3a1db70 100644
--- test/CMakeLists.txt
+++ test/CMakeLists.txt
@@ -243,7 +243,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang
   foreach(hd ${all_headers})
     get_filename_component(hd "${hd}" NAME)
     # skip headers that must not be included directly and fl_config.h if it exists
-    string(REGEX MATCH "^(mac|win32|wayland|fl_config)\.[hH]$" skip "${hd}")
+    string(REGEX MATCH "^(mac|win32|x11|wayland|fl_config)\.[hH]$" skip "${hd}")
     if(skip STREQUAL "")
       file(APPEND ${include_all} "#include <FL/${hd}>\n")
     endif()
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'.