[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.100 1.101

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Aug 5 10:15:28 EDT 2009


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

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/Tests/CMakeLists.txt,v
retrieving revision 1.100
retrieving revision 1.101
diff -C 2 -d -r1.100 -r1.101
*** CMakeLists.txt	24 Jul 2009 22:30:00 -0000	1.100
--- CMakeLists.txt	5 Aug 2009 14:15:20 -0000	1.101
***************
*** 1199,1218 ****
    ENDIF(CMAKE_TEST_GENERATOR MATCHES "Makefiles" OR CMAKE_TEST_GENERATOR MATCHES "KDevelop")
  
-   IF(BUILD_WXDialog AND wxWidgets_CONFIG_EXECUTABLE)
-     # Will be set if the WX gui is on
-     ADD_TEST(UseWX ${CMAKE_CTEST_COMMAND}
-       --build-and-test
-       "${CMake_SOURCE_DIR}/Tests/UseWX"
-       "${CMake_BINARY_DIR}/Tests/UseWX"
-       --build-generator ${CMAKE_TEST_GENERATOR}
-       --build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
-       --build-exe-dir ${CMake_BINARY_DIR}/Tests/UseWX
-       --build-project UsewxWidgets
-       --build-options -DwxWidgets_CONFIG_EXECUTABLE=${wxWidgets_CONFIG_EXECUTABLE}
-       --test-command UseWX
-       )
-     LIST(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/UseWX")
-   ENDIF(BUILD_WXDialog AND wxWidgets_CONFIG_EXECUTABLE)
- 
    IF(UNIX)
      STRING(COMPARE EQUAL "${CMAKE_INSTALL_PREFIX}" "${CMake_BINARY_DIR}/Tests/TestShellInstall/Prefix"
--- 1199,1202 ----



More information about the Cmake-commits mailing list