Fix iOS build
This commit is contained in:
3
3rdParty/boost/CMakeLists.txt
vendored
3
3rdParty/boost/CMakeLists.txt
vendored
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user