Fix new travis errors.

This commit is contained in:
Jim Galarowicz 2017-07-18 10:35:31 -05:00
parent b819a9e70e
commit 65802c59fa
2 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@ def cmake_args(self):
'-DXERCESC_DIR=%s' % spec['xerces-c'].prefix,
'-DCMAKE_PREFIX_PATH=%s' % cmake_prefix_path,
'-DCMAKE_MODULE_PATH=%s' % join_path(
prefix.share, 'KrellInstitute', 'cmake')]
prefix.share, 'KrellInstitute', 'cmake')]
# Adjust the standard cmake arguments to what we want the build
# type, etc to be

View File

@ -92,7 +92,7 @@ def cmake_args(self):
'-DBOOST_ROOT=%s' % spec['boost'].prefix,
'-DMRNET_DIR=%s' % spec['mrnet'].prefix,
'-DCMAKE_MODULE_PATH=%s' % join_path(
prefix.share, 'KrellInstitute', 'cmake')]
prefix.share, 'KrellInstitute', 'cmake')]
# Add in the standard cmake arguments
cmake_args.extend(std_cmake_args)
@ -108,7 +108,7 @@ def cmake_args(self):
'-DBOOST_ROOT=%s' % spec['boost'].prefix,
'-DMRNET_DIR=%s' % spec['mrnet'].prefix,
'-DCMAKE_MODULE_PATH=%s' % join_path(
prefix.share, 'KrellInstitute', 'cmake')]
prefix.share, 'KrellInstitute', 'cmake')]
# Add in the standard cmake arguments
cmake_args.extend(std_cmake_args)