vs-config option to ctest made not dependent on Windows

This commit is contained in:
Bjorn Munch 2011-02-24 16:28:33 +01:00
parent 5096589260
commit 90e2eecc1a

View File

@ -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