Commit 721d95ad authored by Victor Zverovich's avatar Victor Zverovich

Fix appveyor config.

parent af90b08b
......@@ -26,6 +26,8 @@ before_build:
# Remove path to Git bin directory from PATH because it breaks MinGW config.
$env:PATH = $env:PATH -replace "C:\\Program Files \(x86\)\\Git\\bin",""
$generator = "-GMinGW Makefiles"
} else {
$generator = "-GVisual Studio 12 Win64"
}
cmake -DFMT_EXTRA_TESTS=ON "-DCMAKE_BUILD_TYPE=$env:Configuration" "$generator" .
......
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