Skip to content

Commit

Permalink
fix: popt library search
Browse files Browse the repository at this point in the history
  • Loading branch information
ncvicchi committed Sep 4, 2024
1 parent d2d5e34 commit 1eb21bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/data_provider/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ elseif(APPLE)
target_link_libraries(sysinfo cjson ${SRC_FOLDER}/external/libplist/bin/lib/libplist-2.0.a ${iokit_lib} ${corefoundation_lib})
endif(CMAKE_SYSTEM_NAME STREQUAL "Windows")

find_library(POPT_LIBRARY libpopt.a)
find_library(POPT_LIBRARY libpopt)
target_link_libraries(sysinfo
networkHelper
nlohmann_json::nlohmann_json
Expand Down

0 comments on commit 1eb21bc

Please sign in to comment.