Jelajahi Sumber

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

Brad King 23 tahun lalu
induk
melakukan
a9342108e9
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      Utilities/Release/config_HP-UX

+ 1 - 0
Utilities/Release/config_HP-UX

@@ -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
 }