Skip to content

Commit

Permalink
Make build works with cmake 3.28.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
asfernandes committed Jan 11, 2024
1 parent 8d206dd commit af1546f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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)
Expand Down

0 comments on commit af1546f

Please sign in to comment.