Skip to content

Commit

Permalink
death by typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpoonPlaysGames committed Dec 21, 2023
1 parent 9bf2189 commit 66c6290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primedev/cmake/Findminizip.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if(NOT minizip_FOUND)
set(MZ_ZSTD OFF CACHE BOOL "Disable ZSTD compression")
set(MZ_SIGNING OFF CACHE BOOL "Disable zip signing support")

add_subdirectory(${PROJECT_SOURCE_DIR}/primdev/thirdparty/minizip minizip)
add_subdirectory(${PROJECT_SOURCE_DIR}/primedev/thirdparty/minizip minizip)
set(minizip_FOUND 1 PARENT_SCOPE)
endif()

0 comments on commit 66c6290

Please sign in to comment.