Skip to content

Commit

Permalink
Revert "build: omit version logs"
Browse files Browse the repository at this point in the history
This reverts commit 449cbd7.
  • Loading branch information
hexian000 committed Jan 7, 2024
1 parent 87842f0 commit 6c48124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ endif()
if((NOT ${LIBEV_VERSION} VERSION_GREATER_EQUAL "4.31") OR (NOT EXISTS ${LIBEV_LIBRARY}))
message(FATAL_ERROR "libev (>= 4.31) not found")
endif()
message(STATUS "libev: ${LIBEV_VERSION}")
message(STATUS "libev: ${LIBEV_LIBRARY}")
target_include_directories(neosocksd SYSTEM PRIVATE ${LIBEV_INCLUDE_DIR})
target_link_libraries(neosocksd PRIVATE ${LIBEV_LIBRARY})
Expand Down

0 comments on commit 6c48124

Please sign in to comment.