diff options
| author | Manolo Gouy <Manolo> | 2011-01-06 10:24:58 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-01-06 10:24:58 +0000 |
| commit | bc509d32eb741e5d3876eaaf0abd270cf68cd3b4 (patch) | |
| tree | 54dc5262309cd9a5d89812f6f3ac42439ffc2f2e /src/CMakeLists.txt | |
| parent | ead3432f9b9629f201bba47e1b3fbf25d487eba8 (diff) | |
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
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b613766a8..c0862717d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -231,9 +231,9 @@ if(WIN32) target_link_libraries(fltk comctl32) endif(WIN32) -if(HAVE_CAIRO) +if(FLTK_HAVE_CAIRO) target_link_libraries(fltk fltk_cairo ${PKG_CAIRO_LIBRARIES}) -ENDif(HAVE_CAIRO) +ENDif(FLTK_HAVE_CAIRO) if(HAVE_XINERAMA) target_link_libraries(fltk ${X11_Xinerama_LIB}) @@ -345,9 +345,9 @@ if(WIN32) target_link_libraries(fltk_SHARED comctl32) endif(WIN32) -if(HAVE_CAIRO) +if(FLTK_HAVE_CAIRO) target_link_libraries(fltk_SHARED fltk_cairo ${PKG_CAIRO_LIBRARIES}) -ENDif(HAVE_CAIRO) +ENDif(FLTK_HAVE_CAIRO) if(HAVE_XINERAMA) target_link_libraries(fltk_SHARED ${X11_Xinerama_LIB}) |
