mirror of
https://github.com/Electrostatics/apbs.git
synced 2026-06-04 12:44:23 +08:00
Yet another Travis CMake fix because CMake versions across operating systems in isconsistent. Not in love with Travis any longer.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required (VERSION 3.0)
|
||||
cmake_minimum_required (VERSION 2.8.7)
|
||||
|
||||
################################################################################
|
||||
# TODO: Add licensing and authorship information
|
||||
|
||||
2
externals/geoflow_c
vendored
2
externals/geoflow_c
vendored
Submodule externals/geoflow_c updated: f34f555587...e4021a2aa0
@@ -238,6 +238,12 @@ def main():
|
||||
'-l', '--log_file', dest='log_file', type='string', default='test.log',
|
||||
help="Save the test log to FILE.", metavar="FILE"
|
||||
)
|
||||
|
||||
parser.add_option('-b', '--benchmark',
|
||||
action='store_const', const=1, dest='benchmark',
|
||||
help="Perform benchmarking."
|
||||
)
|
||||
|
||||
|
||||
# Parse the command line and extract option values
|
||||
( options, args ) = parser.parse_args()
|
||||
|
||||
Reference in New Issue
Block a user