mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-09 20:30:05 +00:00
externals: Fix mismatched CryptoPP definitions between compile time and header use. (#6314)
This commit is contained in:
parent
cc5ea21f1c
commit
8b116aaa04
2 changed files with 11 additions and 0 deletions
|
@ -379,6 +379,11 @@ endif()
|
|||
enable_testing()
|
||||
add_subdirectory(externals)
|
||||
|
||||
# See externals/CMakeLists.txt
|
||||
foreach(def ${CRYPTOPP_COMPILE_DEFINITIONS})
|
||||
add_definitions(-D${def})
|
||||
endforeach()
|
||||
|
||||
# Boost
|
||||
if (USE_SYSTEM_BOOST)
|
||||
find_package(Boost 1.70.0 COMPONENTS serialization REQUIRED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue