diff options
author | Brad King <brad.king@kitware.com> | 2009-08-05 10:15:30 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-08-05 10:15:30 -0400 |
commit | 87442aefb08c7621527598d4366e40d89c5ccaa3 (patch) | |
tree | 14d2c0dea989c80e2a9de3844c72fe6fdb0283cc /Utilities | |
parent | 32869ea381a626505bcfa099243a073b7b271f7c (diff) | |
download | cmake-87442aefb08c7621527598d4366e40d89c5ccaa3.tar.gz |
Remove WXDialog source code
The QtDialog is our supported cross-platform GUI, so the WXDialog source
is no longer needed.
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/Doxygen/doxyfile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Utilities/Doxygen/doxyfile.in b/Utilities/Doxygen/doxyfile.in index 141aff44b1..ad5e3775f0 100644 --- a/Utilities/Doxygen/doxyfile.in +++ b/Utilities/Doxygen/doxyfile.in @@ -41,7 +41,6 @@ INPUT = \ "@CMAKE_SOURCE_DIR@/Source/CTest" \ "@CMAKE_SOURCE_DIR@/Source/CursesDialog" \ "@CMAKE_SOURCE_DIR@/Source/MFCDialog" \ - "@CMAKE_SOURCE_DIR@/Source/WXDialog" \ "@CMAKE_BINARY_DIR@/Source/kwsys" \ "@CMAKE_BINARY_DIR@/Source/cmsys" \ "@CMAKE_BINARY_DIR@/Utilities/Doxygen/dox/doc_CMake_contributors.dox" \ |