mirror of https://github.com/fltk/fltk
Remove unnecessary CMake test statement (#358)
Sorry for the noise, this statement was included in my proposed patch.
This commit is contained in:
parent
196430b016
commit
cd611e3957
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue