Skip to content

Commit

Permalink
Update CMakeLists.txt, removing duplicated message()
Browse files Browse the repository at this point in the history
  • Loading branch information
guj authored Jun 5, 2023
1 parent 4a2c67f commit a1a67ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/h5vol/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ include(CheckIncludeFiles)
check_include_files(unistd.h HAVE_UNISTD_H)
check_include_files(windows.h HAVE_WINDOWS_H)

message("- HAVE_UNISTD? ${HAVE_UNISTD_H} ")
message("- HAVE_WINDOWS? ${HAVE_WINDOWS_H}")

if (HAVE_UNISTD_H)
add_definitions(-DHAVE_UNISTD_H)
endif()
Expand Down

0 comments on commit a1a67ac

Please sign in to comment.