Commit 416e92e3 authored by Bjorn Munch's avatar Bjorn Munch

vs-config option to ctest made not dependent on Windows

parent 03dd0444
......@@ -5680,8 +5680,8 @@ sub run_ctest() {
return;
}
# Add vs-config option on Windows if needed
$ctest_vs= "-C $opt_vs_config" if IS_WINDOWS && $opt_vs_config;
# Add vs-config option if needed
$ctest_vs= "-C $opt_vs_config" if $opt_vs_config;
# Also silently ignore if we don't have ctest and didn't insist
# Now, run ctest and collect output
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment