diff --git a/cmake/Modules/FindPCAP.cmake b/cmake/Modules/FindPCAP.cmake index 6c8e52f8f..f6f806817 100644 --- a/cmake/Modules/FindPCAP.cmake +++ b/cmake/Modules/FindPCAP.cmake @@ -92,13 +92,13 @@ set(PCAP_LIBRARIES ${PCAP_LIBRARY}) if(PCAP_INCLUDE_DIRS) message(STATUS "Pcap include dirs set to ${PCAP_INCLUDE_DIRS}") else() - message(FATAL " Pcap include dirs cannot be found") + message(STATUS "Pcap include dirs cannot be found.") endif() if(PCAP_LIBRARIES) message(STATUS "Pcap library set to ${PCAP_LIBRARIES}") else() - message(FATAL "Pcap library cannot be found") + message(STATUS "Pcap library cannot be found.") endif() #Functions