File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ jobs:
4343 uses : lukka/run-cmake@v10
4444 with :
4545 configurePreset : ' release'
46- configurePresetAdditionalArgs : " ['-DWITH_CUDA :BOOL=OFF']"
46+ configurePresetAdditionalArgs : " ['-DCCTAG_WITH_CUDA :BOOL=OFF']"
4747 buildPreset : ' release'
4848 testPreset : ' release'
4949
5050 - name : Build (Debug)
5151 uses : lukka/run-cmake@v10
5252 with :
5353 configurePreset : ' debug'
54- configurePresetAdditionalArgs : " ['-DWITH_CUDA :BOOL=OFF']"
54+ configurePresetAdditionalArgs : " ['-DCCTAG_WITH_CUDA :BOOL=OFF']"
5555 buildPreset : ' debug'
5656 testPreset : ' debug'
Original file line number Diff line number Diff line change 5151 -DBUILD_SHARED_LIBS:BOOL=ON \
5252 -DCMAKE_PREFIX_PATH="${DEPS_INSTALL_DIR}" \
5353 -DCMAKE_INSTALL_PREFIX:PATH=$PWD/../../cctag_install \
54- -DWITH_CUDA :BOOL=ON
54+ -DCCTAG_WITH_CUDA :BOOL=ON
5555
5656 - name : Build
5757 working-directory : ./build
You can’t perform that action at this time.
0 commit comments