Skip to content

Commit

Permalink
updated cpp code gen zip lib to v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl authored Jun 20, 2024
1 parent 503f2fc commit 28dc9e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SET(BUILD_SHARED_LIBS OFF CACHE BOOL "Build shared libraries")

FetchContent_Declare(libzip
GIT_REPOSITORY https://github.com/nih-at/libzip.git
GIT_TAG v1.7.3
GIT_TAG v1.10.1
GIT_SHALLOW ON

SOURCE_DIR "${CMAKE_BINARY_DIR}/libzip"
Expand Down Expand Up @@ -101,4 +101,4 @@ endif()

install(TARGETS sim
RUNTIME DESTINATION bin
LIBRARY DESTINATION bin)
LIBRARY DESTINATION bin)

0 comments on commit 28dc9e7

Please sign in to comment.