12 lines
364 B
Diff
12 lines
364 B
Diff
|
diff -r 58c850552b42 CMakeLists.txt
|
||
|
--- CMakeLists.txt Sun Apr 14 13:20:15 2013 +0100
|
||
|
+++ CMakeLists.txt Sun Apr 14 13:20:22 2013 +0100
|
||
|
@@ -235,6 +235,7 @@
|
||
|
|
||
|
if((enable-all-widgets OR enable-fltk) AND (NOT enable-lgpl) )
|
||
|
set(MGL_HAVE_FLTK 1)
|
||
|
+ set(FLTK_SKIP_FLUID 1)
|
||
|
include(FindFLTK)
|
||
|
if(NOT FLTK_FOUND)
|
||
|
message(SEND_ERROR "Couldn't find FLTK library.")
|