From 314cb34358b39bfa157e6b5f5ec1d26e60755895 Mon Sep 17 00:00:00 2001 From: Adriano dos Santos Fernandes Date: Wed, 10 Jan 2024 22:17:47 -0300 Subject: [PATCH] Make build works with cmake 3.28.1. --- extern/libcds/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern/libcds/CMakeLists.txt b/extern/libcds/CMakeLists.txt index d97ee073ca..c64016f0b6 100644 --- a/extern/libcds/CMakeLists.txt +++ b/extern/libcds/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) +cmake_minimum_required(VERSION 3.5.1) cmake_policy(SET CMP0016 NEW) if(POLICY CMP0042)