mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 05:35:29 +08:00
Remove unnecessary CMake test statement (#358)
Sorry for the noise, this statement was included in my proposed patch.
This commit is contained in:
@@ -137,7 +137,6 @@ else ()
|
|||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
foreach (src ${CAIRO_SOURCES})
|
foreach (src ${CAIRO_SOURCES})
|
||||||
message(STATUS "CAIRO: ${src} (${cairo_libs})")
|
|
||||||
CREATE_EXAMPLE (${src} ${src}.cxx "${cairo_libs}")
|
CREATE_EXAMPLE (${src} ${src}.cxx "${cairo_libs}")
|
||||||
endforeach (src)
|
endforeach (src)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user