Browse Source

cmake: packages: Add FLTK find and config.

kestred 12 years ago
parent
commit
9c42b3602f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dtool/Package.cmake

+ 2 - 2
dtool/Package.cmake

@@ -161,8 +161,8 @@ endif()
 config_package(WX "WxWidgets")
 
 # Find and configure FLTK
-#find_package(FLTK)
-#config_package(FLTK)
+find_package(FLTK QUIET)
+config_package(FLTK)
 
 # Find and configure OpenGL
 #find_package(OpenGL)