Skip to content

Commit

Permalink
Merge pull request #68 from carlopi/cmake_exact_3_5
Browse files Browse the repository at this point in the history
CMake: bump version to exactly 3.5
  • Loading branch information
samansmink authored May 13, 2024
2 parents 0714042 + d2d7978 commit 27e2b4c
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 2.8.12)
cmake_minimum_required(VERSION 3.5)

# Set extension name here
set(TARGET_NAME quack)
Expand Down

0 comments on commit 27e2b4c

Please sign in to comment.