ENH: Enabling verbose makefile generation for hp-ux build. This will ease hand-fixing of the build of ccmake.

This commit is contained in:
Brad King 2003-01-15 19:04:27 -05:00
parent adf6ac61e8
commit a9342108e9
1 changed files with 1 additions and 0 deletions

View File

@ -16,5 +16,6 @@ BUILD_TESTING:BOOL=OFF
CMAKE_EXE_LINKER_FLAGS:STRING=-ldld -Wl,-a,archive
CMAKE_USER_MAKE_RULES_OVERRIDE:STRING=${BINDIR}/UserMakeRules.cmake
CMAKE_SKIP_RPATH:BOOL=1
CMAKE_VERBOSE_MAKEFILE:BOOL=TRUE
EOF
}