Skip to content

Commit 28b45d1

Browse files
committed
Fix CI
1 parent 77069bf commit 28b45d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Configure CMake
3838
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
3939
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
40-
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DPATHFINDER_USE_D3D11=ON -DPATHFINDER_BUILD_DEMO=ON
40+
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DPATHFINDER_ENABLE_COMPUTE=ON -DPATHFINDER_BUILD_DEMO=ON
4141

4242
- name: Build
4343
# Build your program with the given configuration

0 commit comments

Comments
 (0)