Skip to content

Commit

Permalink
chore: fix cmakelist
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Jul 18, 2024
1 parent e733484 commit c947e88
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ add_compile_definitions(
)

find_package(cpr CONFIG REQUIRED) # used for web requests.
find_package(PkgConfig REQUIRED)
pkg_check_modules(LIBGIT2 REQUIRED IMPORTED_TARGET libgit2) # used for updating git modules
find_package(unofficial-libgit2 CONFIG REQUIRED)
find_package(minizip CONFIG REQUIRED) # used for extracting zip files

include_directories(${LIBGIT2_INCLUDE_DIRS})
Expand Down Expand Up @@ -129,7 +128,7 @@ endif()
target_link_libraries(Millennium
Boxer
cpr::cpr
PkgConfig::LIBGIT2
unofficial::libgit2::libgit2
minizip::minizip
)

Expand Down

0 comments on commit c947e88

Please sign in to comment.