Browse Source

fixed appveyor.yml

Guenter Obiltschnig 9 years ago
parent
commit
d3c1dfa912
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -4,7 +4,7 @@ install:
   - cinst cmake
 
 build_script:
-  - set PATH=C:\ProgramData\chocolatey\bin;%PATH%
+  - set PATH=C:\Program Files\CMake\bin;C:\ProgramData\chocolatey\bin;%PATH%
   - mkdir cmake-build
   - cd cmake-build
   - cmake ..