Update CryptoPP to fix g++ build on C++20

This commit is contained in:
Pengfei Zhu
2022-07-01 18:03:52 +08:00
parent 455e9a13ce
commit f66d3cd0fd
3 changed files with 22 additions and 29 deletions
+1 -2
View File
@@ -11,8 +11,7 @@ include(DownloadExternals)
include(CMakeDependentOption)
if (POLICY CMP0076)
# TODO: set this to NEW
cmake_policy(SET CMP0076 OLD)
cmake_policy(SET CMP0076 NEW)
endif()
project(threeSD)