Fix new travis errors.
This commit is contained in:
parent
b819a9e70e
commit
65802c59fa
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user