Skip to content

Commit

Permalink
Update CMake project version
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Jul 21, 2023
1 parent ba39bcc commit 0d2b4a2
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,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
cmake_policy(SET CMP0074 NEW) # find_package() uses <PackageName>_ROOT implicit hints

project(jana2 VERSION 2.1.0)
project(jana2 VERSION 2.1.1)

set(CMAKE_POSITION_INDEPENDENT_CODE ON) # Enable -fPIC for all targets

Expand Down

0 comments on commit 0d2b4a2

Please sign in to comment.