summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorWill Schroeder <will.schroeder@kitware.com>2000-11-09 15:41:37 (GMT)
committerWill Schroeder <will.schroeder@kitware.com>2000-11-09 15:41:37 (GMT)
commit65a28c7705657c81e77b6a9bfbfedacd1a80d081 (patch)
tree68d23cc6291a9acf5e5f4d88271f18857cf12f72 /README
parent541dc47395132baee8b8b9349d496b41194185a4 (diff)
downloadCMake-65a28c7705657c81e77b6a9bfbfedacd1a80d081.zip
CMake-65a28c7705657c81e77b6a9bfbfedacd1a80d081.tar.gz
CMake-65a28c7705657c81e77b6a9bfbfedacd1a80d081.tar.bz2
ENH:Changed CMAKE_SOURCE_ROOT to CMAKE_SOURCE_DIR
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 492e22b..0a6d1fb 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ EXECUTABLES =
# make flags
# make flags can use these varibles:
# ${CMAKE_BINARY_DIR} The root of the build tree where the binaries are
-# ${CMAKE_SOURCE_ROOT} The root of the source tree where configure is
+# ${CMAKE_SOURCE_DIR} The root of the source tree where configure is
INCLUDE_DIRECTORIES =
LINK_DIRECTORIES =
LINK_LIBRARIES = # use the same name as ME =