Skip to content
Snippets Groups Projects

fix cmake path on windows

Merged Max Lyon requested to merge windows_cmake into master
2 files
+ 4
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
3
@@ -12,8 +12,6 @@ test-windows:
tags:
- VS2017
script:
- mkdir build
- cd build
- cmake ../CI
- CI/windows.bat
allow_failure: true
Loading