diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-01-17 15:17:17 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-01-17 15:17:17 +0100 |
| commit | cd611e3957ba234775f2ba723bb6094c52f84a2b (patch) | |
| tree | 86737b946d28b945f76576b5ed38e234c71f7ebf /examples/CMakeLists.txt | |
| parent | 196430b016fd739258d49a8963a47be4603b42e1 (diff) | |
Remove unnecessary CMake test statement (#358)
Sorry for the noise, this statement was included in my proposed patch.
Diffstat (limited to 'examples/CMakeLists.txt')
| -rw-r--r-- | examples/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index ee0554d4b..2ccafc6ce 100644 --- a/examples/CMakeLists.txt +++ b/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) |
