Skip to content

Commit

Permalink
[SymForce] Print out fmt and spdlog version when finding packages
Browse files Browse the repository at this point in the history
Topic: chaoqu_symforce_fmt_spdlog_version
Relative:
Reviewers:
Branches:
GitOrigin-RevId: c3f2ff98840d42093d2f1209f99d7f6bf6b129f0
  • Loading branch information
chao-qu-skydio authored and aaron-skydio committed Jun 7, 2023
1 parent e64a1d8 commit df4f86c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions symforce/opt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if (NOT fmt_FOUND)

add_fmt()
else()
message(STATUS "fmt found")
message(STATUS "fmt found: ${fmt_VERSION}")
endif()

# ------------------------------------------------------------------------------
Expand All @@ -51,7 +51,7 @@ if (NOT spdlog_FOUND)

add_spdlog()
else()
message(STATUS "spdlog found")
message(STATUS "spdlog found: ${spdlog_VERSION}")
endif()

# ------------------------------------------------------------------------------
Expand Down

0 comments on commit df4f86c

Please sign in to comment.