Skip to content

Commit

Permalink
cmake: bump minimum version to 3.5
Browse files Browse the repository at this point in the history
newer cmake complains
  • Loading branch information
vaxerski committed Mar 28, 2024
1 parent 67a3d1f commit 5a29688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.4)
cmake_minimum_required(VERSION 3.5)

set(CMAKE_CXX_COMPILER "/bin/g++")

Expand Down

0 comments on commit 5a29688

Please sign in to comment.