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,7 +237,7 @@ 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- cmake \
240+ cmake -VV \
241241 -B ${{github.workspace}}/examples/external-usage-example/build \
242242 -S ${{github.workspace}}/examples/external-usage-example/ \
243243 -Dpcms_DIR=${{ runner.temp }}/build-pcms/install/lib/cmake/pcms \
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