Remove unnecessary CMake test statement (#358)

Sorry for the noise, this statement was included in my proposed patch.
This commit is contained in:
Albrecht Schlosser 2022-01-17 15:17:17 +01:00
parent 196430b016
commit cd611e3957
1 changed files with 0 additions and 1 deletions

View File

@ -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)