Skip to content

Commit

Permalink
Bumps version to v1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonl committed Mar 22, 2022
1 parent 8498da5 commit 5f76cbb
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,5 +1,5 @@
cmake_minimum_required(VERSION 3.2)
project(minimac4 VERSION 1.0.2)
project(minimac4 VERSION 1.0.3)

if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose build type (Debug|Release|RelWithDebInfo|MinSizeRel)" FORCE)
Expand All @@ -19,7 +19,7 @@ if (OPENMP_FOUND)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS}")
endif()


message(NOTICE "${STATGEN_LIBRARY} ${ZLIB_LIBRARIES}")

find_package(ZLIB REQUIRED)
find_library(STATGEN_LIBRARY StatGen)
Expand Down

0 comments on commit 5f76cbb

Please sign in to comment.