Fix the Mac build

This commit is contained in:
wheremyfoodat 2023-03-14 00:12:40 +02:00
parent e1abfda98b
commit 1a4379f67f
3 changed files with 3 additions and 1 deletions

View file

@ -34,6 +34,7 @@ set(Boost_NO_SYSTEM_PATHS ON)
add_library(boost INTERFACE)
target_include_directories(boost SYSTEM INTERFACE ${Boost_INCLUDE_DIR})
set(CRYPTOPP_BUILD_TESTING OFF)
add_subdirectory(third_party/cryptopp)
if(CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" OR CMAKE_SYSTEM_PROCESSOR STREQUAL "x86-64" OR CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")