Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvage <29021710+Saalvage@users.noreply.github.com>2022-10-06 20:31:25 +0300
committerSalvage <29021710+Saalvage@users.noreply.github.com>2022-10-06 20:31:25 +0300
commit1a234d61b210a44334b390c8761c6da9f946ae0b (patch)
treeaee7632c465a7bf41d7ff872a4345a8eb23bad24
parent4c586caa0326dabab0ffb8d91ac8fc57a333894c (diff)
Empty link flags
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index f165390c..acac78fc 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
sub-packages: '["nvcc"]'
- name: Generate
- run: cmake -B build -S . -G Ninja -D CMAKE_CXX_COMPILER=nvcc
+ run: cmake -B build -S . -G Ninja -D CMAKE_CXX_COMPILER=nvcc -D CMAKE_SHARED_LIBRARY_LINK_C_FLAGS=
- name: Build
run: cmake --build build