Skip to content

Commit df4f86c

Browse files
chao-qu-skydioaaron-skydio
authored andcommitted
[SymForce] Print out fmt and spdlog version when finding packages
Topic: chaoqu_symforce_fmt_spdlog_version Relative: Reviewers: Branches: GitOrigin-RevId: c3f2ff98840d42093d2f1209f99d7f6bf6b129f0
1 parent e64a1d8 commit df4f86c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

symforce/opt/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if (NOT fmt_FOUND)
2828

2929
add_fmt()
3030
else()
31-
message(STATUS "fmt found")
31+
message(STATUS "fmt found: ${fmt_VERSION}")
3232
endif()
3333

3434
# ------------------------------------------------------------------------------
@@ -51,7 +51,7 @@ if (NOT spdlog_FOUND)
5151

5252
add_spdlog()
5353
else()
54-
message(STATUS "spdlog found")
54+
message(STATUS "spdlog found: ${spdlog_VERSION}")
5555
endif()
5656

5757
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)