Fix iOS build

This commit is contained in:
Georg Hagen
2024-08-08 23:17:00 +02:00
parent 6a85f25b87
commit fd6371d8b4
7 changed files with 297 additions and 20 deletions

View File

@@ -1,4 +1,3 @@
Find_Package(Boost QUIET COMPONENTS regex)
include(FetchContent)
if(NOT DEFINED BOOST_LIBRARY_MIRROR)
@@ -13,4 +12,4 @@ if (NOT Boost_FOUND)
URL ${BOOST_LIBRARY_MIRROR}
)
FetchContent_MakeAvailable(Boost)
endif()
endif()