Unverified Commit a1a67ac6 authored by Junmin Gu's avatar Junmin Gu Committed by GitHub
Browse files

Update CMakeLists.txt, removing duplicated message()

parent 4a2c67fe
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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()