Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa05482

Browse files
Update .appveyor.yml
1 parent da50e82 commit aa05482

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ configuration:
1515
install:
1616
- set PATH=C:\MinGW\bin;C:\MinGW\msys\1.0;%PATH%
1717

18-
1918
before_build:
2019
- mkdir build
2120
- cd build
22-
- cmake "-G%GENERATOR%" ..
21+
- cmake "-G%GENERATOR%" -DCMAKE_IGNORE_PATH="C:/Program Files/Git/usr/bin" ..
2322

2423
build_script:
2524
- cmake --build .

0 commit comments

Comments
 (0)