Skip to content
Snippets Groups Projects
Commit ec0a7dd8 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Make INTERPRETER argument a single-valued parameter

No support for passing multiple interpreters intended.
parent 58ff5ea6
Branches
Tags
1 merge request!915[test][python] allow to overwrite the interpreter for python test command
......@@ -36,8 +36,8 @@ function(dune_python_add_test)
# Parse Arguments
include(CMakeParseArguments)
set(OPTION)
set(SINGLE WORKING_DIRECTORY NAME)
set(MULTI SCRIPT COMMAND LABELS INTERPRETER)
set(SINGLE WORKING_DIRECTORY NAME INTERPRETER)
set(MULTI SCRIPT COMMAND LABELS)
# set(MULTI COMMAND LABELS)
cmake_parse_arguments(PYTEST "${OPTION}" "${SINGLE}" "${MULTI}" ${ARGN})
if(PYTEST_COMMAND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment