From 55653b1b3c68ddbf4973d49a5b72aff5dfedf5fc Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 7 Aug 2001 08:47:50 -0400 Subject: [PATCH] ERR: CMakeLogo.gif has been moved to the root directory of the source so that the Web and Web/Art directories are not needed here. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 77e77e435e..cb963762da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ IF(BUILD_TESTING) ADD_DEPENDENCIES(NightlyTest cmaketest cmake) ADD_DEPENDENCIES(ExperimentalTest cmaketest cmake) - CONFIGURE_FILE(${CMake_SOURCE_DIR}/Web/Art/CMakeLogo.gif ${CMake_BINARY_DIR}/Testing/HTML/TestingResults/Icons/Logo.gif COPYONLY) + CONFIGURE_FILE(${CMake_SOURCE_DIR}/CMakeLogo.gif ${CMake_BINARY_DIR}/Testing/HTML/TestingResults/Icons/Logo.gif COPYONLY) ENDIF (DART_ROOT) ENDIF(BUILD_TESTING)