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.

This commit is contained in:
Brad King 2001-08-07 08:47:50 -04:00
parent 3102be57f6
commit 55653b1b3c
1 changed files with 1 additions and 1 deletions

View File

@ -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)