Skip to content

Commit

Permalink
Removes debug message during cmake configure.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonl committed Mar 22, 2022
1 parent 5f76cbb commit 0ec6588
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ 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)
add_executable(minimac4
Expand Down

0 comments on commit 0ec6588

Please sign in to comment.