Skip to content

Commit

Permalink
Fixup CMake message
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jul 1, 2020
1 parent f796d57 commit 1a890f3
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
Expand Up @@ -49,7 +49,7 @@ if(NOT TARGET ZLIB::ZLIB)
find_package(ZLIB)
endif()
if(ZLIB_FOUND OR TARGET ZLIB::ZLIB)
message("Use zlib")
message(STATUS "Use zlib")
set(HAVE_ZLIB_H "1" CACHE INTERNAL "Use zlib")
set(COIN_HAS_ZLIB "1" CACHE INTERNAL "Use zlib")
endif()
Expand Down

0 comments on commit 1a890f3

Please sign in to comment.