You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# SPDX-FileCopyrightText: 2024 Peter Urban, Ghent University
#
# SPDX-License-Identifier: CC0-1.0
option('build_tests', type : 'feature', value : 'enabled', description : 'build tests (requires catch2)', yield : true)
option('python_path', type : 'string', value : 'python3', description : 'name of the python version or path to the python module (e.g. python3.10 or /usr/local/bin/python3.10m)', yield : true)