Skip to content

Commit

Permalink
chore: remove warning on macOS build (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
septs authored Apr 20, 2024
1 parent ac1d343 commit 603883b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if(LPAC_WITH_HTTP_CURL)
if(WIN32)
target_link_libraries(euicc-drivers ${DL_LIBRARY})
else()
find_package(curl)
find_package(CURL REQUIRED)
target_link_libraries(euicc-drivers curl)
if(LPAC_DYNAMIC_DRIVERS)
list(APPEND LIBEUICC_DRIVERS_REQUIRES "libcurl")
Expand Down

0 comments on commit 603883b

Please sign in to comment.