From f20433f7646fd395fd528274630519f7d8ba0962 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Fri, 15 Nov 2024 09:25:09 -0500 Subject: [PATCH] ci: remove Kokkos warnings --- .github/workflows/github-pr-windows.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-pr-windows.yaml b/.github/workflows/github-pr-windows.yaml index 947c85a1..4a89ca23 100644 --- a/.github/workflows/github-pr-windows.yaml +++ b/.github/workflows/github-pr-windows.yaml @@ -38,7 +38,6 @@ jobs: -DCMAKE_INSTALL_PREFIX=${{ github.workspace}}\install-kokkos -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} - -DKokkos_ENABLE_COMPILER_WARNINGS=ON - name: Build & Install Kokkos run: cmake --build ${{ github.workspace}}\build-kokkos --config ${{ matrix.build_type }} --parallel 2 --target install