Skip to content

Commit

Permalink
Update CMake version attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Apr 24, 2024
1 parent 32c299c commit 379c27a
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.2)
project(jana2 VERSION 2.2.0)

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

Expand Down

0 comments on commit 379c27a

Please sign in to comment.