From 73e07f4d5dcde52e255ec90e85f79fbea5d28d1a Mon Sep 17 00:00:00 2001 From: gilpazintel Date: Sun, 12 Jan 2025 15:40:07 +0200 Subject: [PATCH] Revert "try to add cuda to the build" This reverts commit f029f8e2e31fe1a22827acdfa3353bf923f471af. --- .github/workflows/buildsCI.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildsCI.yaml b/.github/workflows/buildsCI.yaml index c87465c849f..f4b7af9ad25 100644 --- a/.github/workflows/buildsCI.yaml +++ b/.github/workflows/buildsCI.yaml @@ -55,7 +55,7 @@ jobs: cd ${{env.WIN_BUILD_DIR}} pwd ls - cmake ${LRS_SRC_DIR} -G "Visual Studio 16 2019" -DBUILD_SHARED_LIBS=true -DBUILD_EXAMPLES=true -DBUILD_TOOLS=true -DCHECK_FOR_UPDATES=true -DBUILD_WITH_CUDA=true + cmake ${LRS_SRC_DIR} -G "Visual Studio 16 2019" -DBUILD_SHARED_LIBS=true -DBUILD_EXAMPLES=true -DBUILD_TOOLS=true -DCHECK_FOR_UPDATES=true - name: Build # Build your program with the given configuration