Skip to content

Commit 192f12c

Browse files
committed
fixup! [Build] Support for Windows Eigen on GitHub CI
1 parent d734ea7 commit 192f12c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
run: |
138138
$eigenInclude = ""
139139
if ("${{ matrix.backend }}" -eq "EIGEN") {
140-
$eigenInclude = "-DEIGEN3_INCLUDE_DIRS=$env:VCPKG_INSTALLATION_ROOT/packages/eigen3_x64-windows/include"
140+
$eigenInclude = "-DEIGEN3_INCLUDE_DIRS=$env:VCPKG_INSTALLATION_ROOT/packages/eigen3_x64-windows/include/eigen3"
141141
}
142142
cmake . -G "Visual Studio 17 2022" -A x64 `
143143
-DUSE_BACKEND=${{ matrix.backend }} `

0 commit comments

Comments
 (0)