Skip to content

Commit

Permalink
Bump cmake_minimum_required version to 3.5 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc authored May 6, 2024
1 parent 188c455 commit 1115dad
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.3)
cmake_minimum_required(VERSION 3.5)

project(tsl-robin-map VERSION 1.3.0 LANGUAGES CXX)

Expand Down

0 comments on commit 1115dad

Please sign in to comment.