Skip to content

Commit ac79a06

Browse files
committed
use pcms::pcms in example build directory
1 parent 68774c6 commit ac79a06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cmake-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

examples/external-usage-example/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)