diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-17 21:43:29 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-17 21:43:29 (GMT) |
commit | a8ccbf7c21cf9125217f53969e89aa082fcf8b19 (patch) | |
tree | f84526de9b71cb5ef41ce4518f31c0eda4aec375 /Source/Makefile.in | |
parent | f9a36a6ff9b00a6dcecc66e681f4a9ec48eb8c5c (diff) | |
download | CMake-a8ccbf7c21cf9125217f53969e89aa082fcf8b19.zip CMake-a8ccbf7c21cf9125217f53969e89aa082fcf8b19.tar.gz CMake-a8ccbf7c21cf9125217f53969e89aa082fcf8b19.tar.bz2 |
compile source dir into cmake
Diffstat (limited to 'Source/Makefile.in')
-rw-r--r-- | Source/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Makefile.in b/Source/Makefile.in index 4fce232..4b68a2b 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -3,7 +3,7 @@ VPATH = @srcdir@ CMAKE_CONFIG_DIR = @CMAKE_CONFIG_DIR@ CXX = @CXX@ -CXXFLAGS = @CXXFLAGS@ -DCMAKE_HAS_AUTOCONF -I${CMAKE_CONFIG_DIR}/CMake/Source +CXXFLAGS = -DCMAKE_ROOT_DIR='"@CMAKE_ROOT_DIR@"' @CXXFLAGS@ -DCMAKE_HAS_AUTOCONF -I${CMAKE_CONFIG_DIR}/CMake/Source .SUFFIXES: .cxx .java .class |