diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2000-09-12 10:44:19 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2000-09-12 10:44:19 (GMT) |
commit | c51cb239a4856d4aa63000107f3ae8e0ea04fa36 (patch) | |
tree | c323806d0b64d301480e9ab836b6aed229d57c84 /CMakeRules.make.in | |
parent | 6c9d3df4d74180d397f4ffcdb0fd29751e18fa07 (diff) | |
download | CMake-c51cb239a4856d4aa63000107f3ae8e0ea04fa36.zip CMake-c51cb239a4856d4aa63000107f3ae8e0ea04fa36.tar.gz CMake-c51cb239a4856d4aa63000107f3ae8e0ea04fa36.tar.bz2 |
BUG: fix build in place source directory
Diffstat (limited to 'CMakeRules.make.in')
-rw-r--r-- | CMakeRules.make.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeRules.make.in b/CMakeRules.make.in index af10d2e..16ea523 100644 --- a/CMakeRules.make.in +++ b/CMakeRules.make.in @@ -21,7 +21,7 @@ clean: ${SUBDIR_CLEAN} rm -f ${SRC_OBJ} ${EXECUTABLES} CMakeTargets.make: ${CMAKE} ${srcdir}/CMakeLists.txt - ${CMAKE} ${srcdir}/CMakeLists.txt -S${srcdir} -H${topdir} -B${CMAKE_CONFIG_DIR} + ${CMAKE} ${srcdir}/CMakeLists.txt -S${currentdir} -H${topdir} -B${CMAKE_CONFIG_DIR} #------------------------------------------------------------------------------ # rules for the normal library |