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

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Aug 5 10:14:12 EDT 2009


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

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

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


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.422
retrieving revision 1.423
diff -C 2 -d -r1.422 -r1.423
*** CMakeLists.txt	5 Aug 2009 14:13:15 -0000	1.422
--- CMakeLists.txt	5 Aug 2009 14:14:08 -0000	1.423
***************
*** 479,489 ****
  ENDIF(BUILD_QtDialog)
  
- # WX Widgets GUI
- OPTION(BUILD_WXDialog "Build wxWidgets dialog for CMake" FALSE)
- MARK_AS_ADVANCED(BUILD_WXDialog)
- IF(BUILD_WXDialog)
-   SUBDIRS(WXDialog)
- ENDIF(BUILD_WXDialog)
- 
  INCLUDE (${CMAKE_BINARY_DIR}/Source/LocalUserOptions.cmake OPTIONAL)
  INCLUDE (${CMAKE_SOURCE_DIR}/Source/LocalUserOptions.cmake OPTIONAL)
--- 479,482 ----



More information about the Cmake-commits mailing list