diff --git a/CMakeLists.txt b/CMakeLists.txt index 9323dc5a0..44bf7d3a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -89,14 +89,14 @@ else (DARWIN OR FREEBSD OR OPENBSD) set (CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} ${UUID_LIBRARY}) check_function_exists (uuid_unparse_lower HAVE_UUID_UNPARSE_LOWER) else (UUID_INCLUDE_DIR AND UUID_LIBRARY) - message (FATAL_ERROR "-- libuuid not found.") + message ("-- libuuid not found.") endif (UUID_INCLUDE_DIR AND UUID_LIBRARY) endif (DARWIN OR FREEBSD OR OPENBSD) if (HAVE_UUID_UNPARSE_LOWER) message ("-- Found libuuid") else (HAVE_UUID_UNPARSE_LOWER) - message ("-- Found libuuid, using internal uuid_unparse_lower") + message ("-- Using internal uuid_unparse_lower") endif (HAVE_UUID_UNPARSE_LOWER) if (HAIKU)