Commit 90e2eecc authored by Bjorn Munch's avatar Bjorn Munch

vs-config option to ctest made not dependent on Windows

parent 50965892
...@@ -5680,8 +5680,8 @@ sub run_ctest() { ...@@ -5680,8 +5680,8 @@ sub run_ctest() {
return; return;
} }
# Add vs-config option on Windows if needed # Add vs-config option if needed
$ctest_vs= "-C $opt_vs_config" if IS_WINDOWS && $opt_vs_config; $ctest_vs= "-C $opt_vs_config" if $opt_vs_config;
# Also silently ignore if we don't have ctest and didn't insist # Also silently ignore if we don't have ctest and didn't insist
# Now, run ctest and collect output # 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