Skip to content

Commit

Permalink
message corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Dec 15, 2023
1 parent b6019cb commit 8c2e88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/PackageConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ endif()

# zenohcxx for zenohc dynamic
if(TARGET zenohc::shared)
message(STATUS "defined lib target if(TARGET zenohc::shared for zenohc::lib")
message(STATUS "defined lib target if(TARGET zenohc::shared for zenohc::shared")
add_library(zenohcxx_zenohc_shared INTERFACE)
target_compile_definitions(zenohcxx_zenohc_shared INTERFACE ZENOHCXX_ZENOHC)
target_include_directories(zenohcxx_zenohc_shared INTERFACE "@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@")
Expand Down

0 comments on commit 8c2e88f

Please sign in to comment.