Make CMake-based builds more verbose by default. (#1988)
This commit is contained in:
parent
1891ce3545
commit
ff1108712c
@ -408,7 +408,8 @@ def get_rpaths(pkg):
|
|||||||
def get_std_cmake_args(cmake_pkg):
|
def get_std_cmake_args(cmake_pkg):
|
||||||
# standard CMake arguments
|
# standard CMake arguments
|
||||||
ret = ['-DCMAKE_INSTALL_PREFIX=%s' % cmake_pkg.prefix,
|
ret = ['-DCMAKE_INSTALL_PREFIX=%s' % cmake_pkg.prefix,
|
||||||
'-DCMAKE_BUILD_TYPE=RelWithDebInfo']
|
'-DCMAKE_BUILD_TYPE=RelWithDebInfo',
|
||||||
|
'-DCMAKE_VERBOSE_MAKEFILE=ON']
|
||||||
if platform.mac_ver()[0]:
|
if platform.mac_ver()[0]:
|
||||||
ret.append('-DCMAKE_FIND_FRAMEWORK=LAST')
|
ret.append('-DCMAKE_FIND_FRAMEWORK=LAST')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user