We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c72ec2 commit 3983a8eCopy full SHA for 3983a8e
.appveyor.yml
@@ -34,9 +34,9 @@ install:
34
conda install -y -q pytest numpy scipy
35
}
36
- ps: |
37
- Start-FileDownload 'http://bitbucket.org/eigen/eigen/get/3.3.0.zip'
38
- 7z x 3.3.0.zip -y > $null
39
- $env:CMAKE_INCLUDE_PATH = "eigen-eigen-26667be4f70b"
+ Start-FileDownload 'http://bitbucket.org/eigen/eigen/get/3.3.3.zip'
+ 7z x 3.3.3.zip -y > $null
+ $env:CMAKE_INCLUDE_PATH = "eigen-eigen-67e894c6cd8f"
40
build_script:
41
- cmake -G "%CMAKE_GENERATOR%" -A "%CMAKE_ARCH%" -DPYBIND11_WERROR=ON
42
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
0 commit comments