We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3f7f6 commit 86ce66fCopy full SHA for 86ce66f
1 file changed
.github/workflows/cmake-test.yml
@@ -230,6 +230,13 @@ jobs:
230
run: |
231
# Configure and build the test
232
# it should only ask for pcms_DIR/ROOT to find all dependencies
233
+ ls ${{ runner.temp }}/build-pcms/install/lib/cmake/pcms
234
+ echo "-------- PCMS CONFIG -------------"
235
+ cat ${{ runner.temp }}/build-pcms/install/lib/cmake/pcms/pcms-config.cmake
236
+ echo "-------- PCMS TARGETS -------------"
237
+ cat ${{ runner.temp }}/build-pcms/install/lib/cmake/pcms/pcms-targets.cmake
238
+ echo "-------- PCMS INTERPOLATOR TARGETS -------------"
239
+ cat ${{ runner.temp }}/build-pcms/install/lib/cmake/pcms/pcms_interpolator-targets.cmake
240
cmake \
241
-B ${{github.workspace}}/examples/external-usage-example/build \
242
-S ${{github.workspace}}/examples/external-usage-example/ \
0 commit comments