Skip to content

Commit

Permalink
Print the actual fmt version found rather than the minimum version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Luo committed Dec 4, 2024
1 parent 765b19d commit ae54f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ endif()

# Print the selected versions for debugging
message(STATUS "Using spdlog version ${spdlog_VERSION}")
message(STATUS "Using fmt version ${FMT_MIN_VERSION}")
message(STATUS "Using fmt version ${fmt_VERSION}")

# Find and setup libarchive
if(CLP_USE_STATIC_LIBS)
Expand Down

0 comments on commit ae54f7b

Please sign in to comment.