We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77069bf commit 28b45d1Copy full SHA for 28b45d1
1 file changed
.github/workflows/cmake.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Configure CMake
38
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
39
# 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
+ run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DPATHFINDER_ENABLE_COMPUTE=ON -DPATHFINDER_BUILD_DEMO=ON
41
42
- name: Build
43
# Build your program with the given configuration
0 commit comments