vs-config option to ctest made not dependent on Windows
This commit is contained in:
parent
5096589260
commit
90e2eecc1a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user