diff options
author | Will Schroeder <will.schroeder@kitware.com> | 2000-11-09 15:41:37 (GMT) |
---|---|---|
committer | Will Schroeder <will.schroeder@kitware.com> | 2000-11-09 15:41:37 (GMT) |
commit | 65a28c7705657c81e77b6a9bfbfedacd1a80d081 (patch) | |
tree | 68d23cc6291a9acf5e5f4d88271f18857cf12f72 /README | |
parent | 541dc47395132baee8b8b9349d496b41194185a4 (diff) | |
download | CMake-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-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |