From bc509d32eb741e5d3876eaaf0abd270cf68cd3b4 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 6 Jan 2011 10:24:58 +0000 Subject: Fix STR #2504 (first part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_CAIRO by FLTK_USE_CAIRO everywhere. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8198 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fluid') diff --git a/fluid/CMakeLists.txt b/fluid/CMakeLists.txt index d2d85ae34..57e735200 100644 --- a/fluid/CMakeLists.txt +++ b/fluid/CMakeLists.txt @@ -25,9 +25,9 @@ add_executable(fluid ${CPPFILES}) target_link_libraries(fluid fltk fltk_images fltk_forms) # link in optional libraries -if(HAVE_CAIRO) +if(FLTK_HAVE_CAIRO) target_link_libraries(fluid fltk_cairo) -endif(HAVE_CAIRO) +endif(FLTK_HAVE_CAIRO) if(FLTK_USE_GL) target_link_libraries(fluid fltk_gl) -- cgit v1.2.3