diff options
author | Brad King <brad.king@kitware.com> | 2002-12-18 14:38:34 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2002-12-18 14:38:34 (GMT) |
commit | ccb93dc2f4b57350916de40285278dec06715b26 (patch) | |
tree | d8e465033423339b23c7c57d04bcd0804d5dd537 /Source/CMakeLists.txt | |
parent | 10931b5e66452f6f6af05dbeecbf2c7108391fdb (diff) | |
download | CMake-ccb93dc2f4b57350916de40285278dec06715b26.zip CMake-ccb93dc2f4b57350916de40285278dec06715b26.tar.gz CMake-ccb93dc2f4b57350916de40285278dec06715b26.tar.bz2 |
ERR: Project name and executable name should match for consistency in the X11 test.
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 674d61c..358442d 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -147,7 +147,7 @@ IF(BUILD_TESTING) ADD_TEST(X11 ${CMake_BINARY_DIR}/Source/cmaketest ${CMake_SOURCE_DIR}/Tests/X11 ${CMake_BINARY_DIR}/Tests/X11 - useX11) + UseX11) ADD_TEST(LoadedCommand ${CMake_BINARY_DIR}/Source/cmaketest ${CMake_SOURCE_DIR}/Tests/LoadCommand |