summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 7f6f6a8bc..0186f07bc 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -214,11 +214,11 @@ if(OPENGL_FOUND)
endif(OPENGL_FOUND)
# Cairo demo - must also be built w/o Cairo (displays a message box)
-# ### if(FLTK_HAVE_CAIRO)
-# ### fl_create_example(cairo_test cairo_test.cxx "fltk;cairo")
-# ### else()
+if(FLTK_HAVE_CAIRO)
+ fl_create_example(cairo_test cairo_test.cxx "fltk::fltk;cairo")
+else()
fl_create_example(cairo_test cairo_test.cxx fltk::fltk)
-# ### endif(FLTK_HAVE_CAIRO)
+endif(FLTK_HAVE_CAIRO)
# *** EXPERIMENTAL ***
# Build some of the demo programs linked against the shared FLTK lib(s).