Skip to content

Commit

Permalink
build: update preferred version of parallel hashmap
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Nov 19, 2024
1 parent e7e23f3 commit d369818
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
Expand Up @@ -85,7 +85,7 @@ set(RANGE_V3_REQUIRED_VERSION 0.12.0)
set(RANGE_V3_PREFERRED_VERSION 0.12.0)

set(PARALLEL_HASHMAP_REQUIRED_VERSION 1.3.8)
set(PARALLEL_HASHMAP_PREFERRED_VERSION 1.3.12)
set(PARALLEL_HASHMAP_PREFERRED_VERSION 1.4.1)

set(BOOST_REQUIRED_VERSION 1.67.0)
set(LIBCRYPTO_REQUIRED_VERSION 3.0.0)
Expand Down

0 comments on commit d369818

Please sign in to comment.