Skip to content

Commit af1546f

Browse files
committed
Make build works with cmake 3.28.1.
1 parent 8d206dd commit af1546f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extern/libcds/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.5.1)
22

33
cmake_policy(SET CMP0016 NEW)
44
if(POLICY CMP0042)

0 commit comments

Comments
 (0)