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 8fd267f commit 76e55c1Copy full SHA for 76e55c1
.github/workflows/build.yml
@@ -292,7 +292,7 @@ jobs:
292
if: ${{ matrix.config.compat_source_loc }}
293
shell: bash
294
run: |
295
- echo "CMAKE_BASE_OPTIONS=$(echo ${CMAKE_BASE_OPTIONS} -CTNP_TESTING_COMPAT_SOURCE_LOC=ON)" >> $GITHUB_ENV
+ echo "CMAKE_BASE_OPTIONS=$(echo ${CMAKE_BASE_OPTIONS} -DCTNP_TESTING_COMPAT_SOURCE_LOC=ON)" >> $GITHUB_ENV
296
297
- name: Setup macOS
298
if: startsWith(matrix.config.os, 'macOS')
0 commit comments