Skip to content

Commit 90720c7

Browse files
committed
fix: zstd cmake_minimum_required is 2.8, but not supported anymore
we don't want to bump zstd to latest just yet as it changes the compressed hash of a message, and we are not sure what would happen with libsession
1 parent 20d7275 commit 90720c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ endif()
4343
set(CMAKE_CXX_STANDARD 20)
4444
set(CMAKE_CXX_STANDARD_REQUIRED ON)
4545
set(CMAKE_CXX_EXTENSIONS OFF)
46+
set(CMAKE_POLICY_VERSION_MINIMUM 3.5)
4647

4748
set(default_static_libstd OFF)
4849
if(WIN32)

0 commit comments

Comments
 (0)