diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-02-01 14:28:20 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-02-01 14:28:20 (GMT) |
commit | 1bde29e9bd02a70ec41848ca7a6337982fc6bcfb (patch) | |
tree | 7e0d8ee1864afe1ad98a6f0d4ce91f975c206096 /CMakeLists.txt | |
parent | b1090a0600272ea5d43a3bffc57c44a8dc2d531b (diff) | |
download | CMake-1bde29e9bd02a70ec41848ca7a6337982fc6bcfb.zip CMake-1bde29e9bd02a70ec41848ca7a6337982fc6bcfb.tar.gz CMake-1bde29e9bd02a70ec41848ca7a6337982fc6bcfb.tar.bz2 |
use CMake_SOURCE and not CMAKE_ROOT
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d5e9fed..3b14411 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ PROJECT(CMake) SUBDIRS(Source Modules Templates Utilities) # Include the standard Dart testing module -INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake) +INCLUDE (${CMake_SOURCE_DIR}/Modules/Dart.cmake) INCLUDE (${CMAKE_BINARY_DIR}/Source/InitialConfigureFlags.cmake OPTIONAL) IF(CMAKE_CONFIGURE_INSTALL_PREFIX) SET(CMAKE_INSTALL_PREFIX ${CMAKE_CONFIGURE_INSTALL_PREFIX} ) |