Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Jan 13, 2025
1 parent 1104f55 commit 7cce3b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmake/Modules/FindLibUV.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ if (LIBUV_FOUND)
set(LIBUV_FIND_QUIETLY TRUE)
endif (LIBUV_FOUND)

MESSAGE(STATUS "pkg-config binary:" ${PKG_CONFIG_EXECUTABLE})
find_package(PkgConfig REQUIRED)
pkg_search_module(LIBUV REQUIRED libuv)
MESSAGE(STATUS "LIBUV_LDFLAGS: " ${LIBUV_LDFLAGS})
Expand Down

0 comments on commit 7cce3b6

Please sign in to comment.