Skip to content

Commit

Permalink
bump CMake minimum version to 3.13. bump version to 3.4.0 in preparat…
Browse files Browse the repository at this point in the history
…ion for release
  • Loading branch information
hobu committed Aug 23, 2023
1 parent c9f2814 commit b7bbe26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.13)

project(LAZPERF VERSION 3.3.0)
project(LAZPERF VERSION 3.4.0)

set(ROOT_DIR ${PROJECT_SOURCE_DIR})
include(${ROOT_DIR}/cmake/common.cmake NO_POLICY_SCOPE)
Expand Down

0 comments on commit b7bbe26

Please sign in to comment.