Skip to content

Commit feb71ed

Browse files
committed
[ci] test PopSift_USE_GRID_FILTER:BOOL=ON
1 parent fec0ca2 commit feb71ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/build-windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function Configure-CMake {
5656
cmake .. -G "Visual Studio 17 2022" -A x64 `
5757
-DBUILD_SHARED_LIBS:BOOL=ON `
5858
-DCMAKE_GENERATOR_TOOLSET="cuda=$env:CUDA_PATH" `
59-
-DPopSift_USE_GRID_FILTER:BOOL=OFF `
59+
-DPopSift_USE_GRID_FILTER:BOOL=ON `
6060
-DPopSift_BUILD_DOCS:BOOL=OFF `
6161
-DPopSift_USE_POSITION_INDEPENDENT_CODE:BOOL=ON `
6262
-DPopSift_BUILD_EXAMPLES:BOOL=ON `

0 commit comments

Comments
 (0)