Skip to content

Commit

Permalink
Downgrade cmake requirement to 3.6
Browse files Browse the repository at this point in the history
pthread_barrier search doesn't work when set to 3.12. But we
don't require this version anyway, so let's downgrade it
for the timebeing.
  • Loading branch information
szpajder committed Oct 19, 2024
1 parent b087c51 commit 5c07cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.12)
cmake_minimum_required (VERSION 3.6)
project (dumpvdl2 C)

set (DUMPVDL2_VERSION_MAJOR 2)
Expand Down

0 comments on commit 5c07cd9

Please sign in to comment.