why won't mac find this?

This commit is contained in:
briaguya 2024-02-19 10:29:19 -05:00
parent 67b80eded7
commit 82c9768303

View File

@ -354,6 +354,8 @@ endif()
find_package(SDL2)
set(SDL2-INCLUDE ${SDL2_INCLUDE_DIRS})
find_package(libzip REQUIRED)
if (BUILD_REMOTE_CONTROL)
find_package(SDL2_net)