mathgl/mathgl-2.2-fltk-skip-fluid.patch

11 lines
326 B
Diff
Raw Normal View History

2014-01-16 05:34:32 +00:00
--- CMakeLists.txt 2013-12-27 17:25:13.937026671 +0700
+++ CMakeLists.txt-fltk-skip-fluid 2013-12-27 17:31:25.416802089 +0700
@@ -327,6 +327,7 @@ endif(enable-glut)
if(enable-fltk)
set(MGL_HAVE_FLTK 1)
+ set(FLTK_SKIP_FLUID 1)
include(FindFLTK)
if(NOT FLTK_FOUND)
message(SEND_ERROR "Couldn't find FLTK library.")