ENH: Enabling verbose makefile generation for hp-ux build. This will ease hand-fixing of the build of ccmake.
This commit is contained in:
parent
adf6ac61e8
commit
a9342108e9
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue