diff options
Diffstat (limited to 'CMakeTopMakefileTemplate.in')
-rw-r--r-- | CMakeTopMakefileTemplate.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeTopMakefileTemplate.in b/CMakeTopMakefileTemplate.in index 3780cb3..de09db9 100644 --- a/CMakeTopMakefileTemplate.in +++ b/CMakeTopMakefileTemplate.in @@ -5,4 +5,4 @@ topall: cd . ; ${MAKE} -${MAKEFLAGS} CMakeTargets.make cd . ; ${MAKE} -${MAKEFLAGS} all -@MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_CONFIG_DIR@/CMake/CMakeMaster.make@MAKEQUOTE@ +include @CMAKE_CONFIG_DIR@/CMake/CMakeMaster.make |