[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.421 1.422

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Aug 5 10:13:18 EDT 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv5916/Source

Modified Files:
	CMakeLists.txt 
Log Message:
Remove FLTKDialog source code

The QtDialog is our supported cross-platform GUI, so the FLTKDialog
source is no longer needed.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.421
retrieving revision 1.422
diff -C 2 -d -r1.421 -r1.422
*** CMakeLists.txt	29 Jul 2009 15:29:02 -0000	1.421
--- CMakeLists.txt	5 Aug 2009 14:13:15 -0000	1.422
***************
*** 486,496 ****
  ENDIF(BUILD_WXDialog)
  
- # FLTK GUI, needs some work: generator selection, paths with spaces, ...
- # OPTION(BUILD_FLTKDialog "Build FLTK dialog for CMake" FALSE)
- # MARK_AS_ADVANCED(BUILD_FLTKDialog)
- # IF(BUILD_FLTKDialog)
- #  SUBDIRS(FLTKDialog)
- # ENDIF(BUILD_FLTKDialog)
- 
  INCLUDE (${CMAKE_BINARY_DIR}/Source/LocalUserOptions.cmake OPTIONAL)
  INCLUDE (${CMAKE_SOURCE_DIR}/Source/LocalUserOptions.cmake OPTIONAL)
--- 486,489 ----



More information about the Cmake-commits mailing list