Skip to content

Commit

Permalink
add message
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinyu Li authored and Xinyu Li committed Oct 10, 2024
1 parent 16aed1d commit db507d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ endif()
if(UNIX)
find_package(spdlog)
if(spdlog_FOUND)
message(STATUS "Found spdlog")
message(STATUS "Found system spdlog")
target_link_libraries(ion-core PUBLIC spdlog::spdlog )
else()
target_include_directories(ion-core PUBLIC ${PROJECT_SOURCE_DIR}/include ${PROJECT_SOURCE_DIR}/src/ionlog)
Expand Down

0 comments on commit db507d3

Please sign in to comment.