Skip to content

Commit

Permalink
Change zlib url
Browse files Browse the repository at this point in the history
  • Loading branch information
erinharrington-12 committed Jan 25, 2024
1 parent d697265 commit 481a10d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/camera/dependencies/zlib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ set(ZLIB_COMMON_OPTIONS
if (CMAKE_CROSSCOMPILING)
get_property(ARCH GLOBAL PROPERTY arch)
ExternalProject_Add(dep_zlib
URL https://www.zlib.net/zlib-1.3.tar.gz
URL https://www.zlib.net/current/zlib.tar.gz
CMAKE_ARGS
-DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}
${ZLIB_COMMON_OPTIONS}
INSTALL_COMMAND make install
)
else()
ExternalProject_Add(dep_zlib
URL https://www.zlib.net/zlib-1.3.tar.gz
URL https://www.zlib.net/current/zlib.tar.gz
CMAKE_ARGS
${ZLIB_COMMON_OPTIONS}
INSTALL_COMMAND make install
Expand Down

0 comments on commit 481a10d

Please sign in to comment.