FLTK logo

[master] cd611e3 - Remove unnecessary CMake test statement (#358)

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] cd611e3 - Remove unnecessary CMake test statement (#358) "Albrecht Schlosser" Jan 17, 2022  
 
commit cd611e3957ba234775f2ba723bb6094c52f84a2b
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Mon Jan 17 15:17:17 2022 +0100
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Mon Jan 17 15:17:17 2022 +0100

    Remove unnecessary CMake test statement (#358)
    
    Sorry for the noise, this statement was included in my proposed patch.

 examples/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git examples/CMakeLists.txt examples/CMakeLists.txt
index ee0554d..2ccafc6 100644
--- examples/CMakeLists.txt
+++ examples/CMakeLists.txt
@@ -137,7 +137,6 @@ else ()
 endif ()
 
 foreach (src ${CAIRO_SOURCES})
-  message(STATUS "CAIRO: ${src} (${cairo_libs})")
   CREATE_EXAMPLE (${src} ${src}.cxx "${cairo_libs}")
 endforeach (src)
 
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'.