We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63ead3 commit acdcfdcCopy full SHA for acdcfdc
.github/workflows/ccpp.yml
@@ -44,7 +44,7 @@ jobs:
44
# Note the current convention is to use the -S and -B options here to specify source
45
# and build directories, but this is only available with CMake 3.13 and higher.
46
# The CMake binaries on the Github Actions machines are (as of this writing) 3.12
47
- run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_UNITTESTS=yes -DEXTERNAL_GTEST=${{ matrix.external-gtest }}
+ run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DSCITOKENS_BUILD_UNITTESTS=yes -DSCITOKENS_EXTERNAL_GTEST=${{ matrix.external-gtest }}
48
49
- name: Build
50
working-directory: ${{runner.workspace}}/build
0 commit comments