Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
  • Loading branch information
caguero committed Aug 16, 2024
1 parent a927dad commit 4a893da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ if(NOT GZ_UTILS_VENDOR_CLI11)
gz_find_package(CLI11 REQUIRED_BY cli PKGCONFIG_IGNORE)
endif()

gz_find_package(spdlog REQUIRED_BY log)
gz_find_package(
spdlog
PKGCONFIG spdlog
REQUIRED_BY log
PURPOSE "Provide logging")

#============================================================================
# Configure the build
Expand Down

0 comments on commit 4a893da

Please sign in to comment.