File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/external-usage-example Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -237,10 +237,10 @@ jobs:
237237 cat ${{ runner.temp }}/build-pcms/install/lib/cmake/pcms/pcms-targets.cmake
238238 echo "-------- PCMS INTERPOLATOR TARGETS -------------"
239239 cat ${{ runner.temp }}/build-pcms/install/lib/cmake/pcms/pcms_interpolator-targets.cmake
240+ export VERBOSE=1
240241 cmake \
241242 -B ${{github.workspace}}/examples/external-usage-example/build \
242243 -S ${{github.workspace}}/examples/external-usage-example/ \
243244 -Dpcms_DIR=${{ runner.temp }}/build-pcms/install/lib/cmake/pcms \
244245 --debug-output
245-
246246 cmake --build ${{github.workspace}}/examples/external-usage-example/build
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ add_executable(pcms_test main.cpp)
1313
1414# Link the pcms library to the executable Other target names cound be found in
1515# your installation's <pcms install dir>/lib64/cmake/pcms/pcms-targets.cmake
16- target_link_libraries (pcms_test PUBLIC pcms::pcms pcms::interpolator )
16+ target_link_libraries (pcms_test PUBLIC pcms::pcms)
You can’t perform that action at this time.
0 commit comments