Home
last modified time | relevance | path

Searched refs:FATAL_ERROR (Results 1 – 25 of 25) sorted by relevance

/freebsd-head/contrib/ntp/sntp/libevent/cmake/
HDCodeCoverage.cmake71 MESSAGE(FATAL_ERROR "gcov not found! Aborting...")
79 MESSAGE(FATAL_ERROR "Compiler is not GNU gcc! Aborting...")
99 MESSAGE(FATAL_ERROR "lcov not found! Aborting...")
103 MESSAGE(FATAL_ERROR "genhtml not found! Aborting...")
141 MESSAGE(FATAL_ERROR "Python not found! Aborting...")
145 MESSAGE(FATAL_ERROR "gcovr not found! Aborting...")
HDUninstall.cmake.in4 message(FATAL_ERROR "Cannot find install manifest: @CMAKE_BINARY_DIR@/install_manifest.txt")
18 message(FATAL_ERROR "Problem when removing $ENV{DESTDIR}${file}")
HDUseDoxygen.cmake23 message(FATAL_ERROR "Doxygen generation only enabled for cmake 3.9 and higher")
108 message(FATAL_ERROR "Doxygen command not found, set EVENT__DOXYGEN to disable")
HDLibeventConfig.cmake.in75 message(FATAL_ERROR "Your libevent library does not contain a ${_comp} component!\n"
172 message(FATAL_ERROR "Can not find any libraries for libevent.")
/freebsd-head/contrib/libevent/cmake/
HDCodeCoverage.cmake71 MESSAGE(FATAL_ERROR "gcov not found! Aborting...")
79 MESSAGE(FATAL_ERROR "Compiler is not GNU gcc! Aborting...")
99 MESSAGE(FATAL_ERROR "lcov not found! Aborting...")
103 MESSAGE(FATAL_ERROR "genhtml not found! Aborting...")
141 MESSAGE(FATAL_ERROR "Python not found! Aborting...")
145 MESSAGE(FATAL_ERROR "gcovr not found! Aborting...")
HDUninstall.cmake.in4 message(FATAL_ERROR "Cannot find install manifest: @CMAKE_BINARY_DIR@/install_manifest.txt")
18 message(FATAL_ERROR "Problem when removing $ENV{DESTDIR}${file}")
HDUseDoxygen.cmake23 message(FATAL_ERROR "Doxygen generation only enabled for cmake 3.9 and higher")
108 message(FATAL_ERROR "Doxygen command not found, set EVENT__DOXYGEN to disable")
HDLibeventConfig.cmake.in75 message(FATAL_ERROR "Your libevent library does not contain a ${_comp} component!\n"
172 message(FATAL_ERROR "Can not find any libraries for libevent.")
/freebsd-head/contrib/tcpdump/
HDcmake_uninstall.cmake.in2 …message(FATAL_ERROR "Cannot find install manifest: @CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt…
16 message(FATAL_ERROR "Problem when removing $ENV{DESTDIR}${file}")
HDCMakeLists.txt231 message(FATAL_ERROR "Visual Studio 2015 or later is required")
451 message(FATAL_ERROR "gethostbyaddr is required, but wasn't found")
468 message(FATAL_ERROR "gethostbyaddr is required, but wasn't found")
504 message(FATAL_ERROR "snprintf() is required but wasn't found")
553 message(FATAL_ERROR
/freebsd-head/contrib/libpcap/
HDcmake_uninstall.cmake.in2 …message(FATAL_ERROR "Cannot find install manifest: @CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt…
16 message(FATAL_ERROR "Problem when removing $ENV{DESTDIR}${file}")
HDCMakeLists.txt348 message(FATAL_ERROR "Visual Studio 2015 or later is required")
373 …message(FATAL_ERROR "C99 support is required, but the compiler doesn't support a compiler flag to …
743 message(FATAL_ERROR "vsnprintf() is required but wasn't found")
747 message(FATAL_ERROR "snprintf() is required but wasn't found")
802 message(FATAL_ERROR "getaddrinfo is required, but wasn't found")
861 message(FATAL_ERROR "getaddrinfo is required, but wasn't found")
1381 message(FATAL_ERROR "No supported sanitizers found")
1420 message(FATAL_ERROR "${sanitizer} isn't a supported sanitizer")
1820 message(FATAL_ERROR "No supported packet capture interface was found.
1950 message(FATAL_ERROR "No supported packet capture interface was found.
[all …]
/freebsd-head/contrib/libucl/
HDCMakeLists.txt2 CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0 FATAL_ERROR)
31 MESSAGE(FATAL_ERROR "Invalid FindLua invocation: ${ARGN}")
255 MESSAGE(FATAL_ERROR "Lua not found, lua support is required")
265 MESSAGE(FATAL_ERROR "Lua not found, lua support is required")
/freebsd-head/contrib/libfido2/
HDCMakeLists.txt57 message(FATAL_ERROR "Nothing to build (BUILD_*_LIBS=OFF)")
175 message(FATAL_ERROR "please define "
181 message(FATAL_ERROR "please define {CBOR,CRYPTO,ZLIB}_BIN_DIRS "
226 message(FATAL_ERROR "could not find libcbor")
229 message(FATAL_ERROR "could not find libcrypto")
232 message(FATAL_ERROR "could not find zlib")
/freebsd-head/sys/contrib/libsodium/contrib/
HDFindsodium.cmake123 … message(FATAL_ERROR "the ${_TARGET_ARCH} architecture is not supported by Findsodium.cmake.")
200 message(FATAL_ERROR "this platform is not supported by FindSodium.cmake")
207 message(FATAL_ERROR "this platform is not supported by FindSodium.cmake")
/freebsd-head/contrib/ntp/libntp/lib/isc/
HDsockaddr.c363 FATAL_ERROR(__FILE__, __LINE__, in isc_sockaddr_pf()
414 FATAL_ERROR(__FILE__, __LINE__, in isc_sockaddr_setport()
435 FATAL_ERROR(__FILE__, __LINE__, in isc_sockaddr_getport()
/freebsd-head/contrib/libcbor/src/
HDCMakeLists.txt26 …MESSAGE(FATAL_ERROR "Change the shared library version scheme to reflect https://github.com/PJK/li…
/freebsd-head/contrib/ntp/libntp/lib/isc/include/isc/
HDutil.h229 #define FATAL_ERROR isc_error_fatal macro
/freebsd-head/contrib/tcpdump/cmake/Modules/
HDFindPCAP.cmake259 message(FATAL_ERROR "pcap-config --cflags failed")
291 message(FATAL_ERROR "pcap-config --libs failed")
326 message(FATAL_ERROR "pcap-config --libs --static failed")
/freebsd-head/contrib/libfido2/src/
HDCMakeLists.txt84 message(FATAL_ERROR "please define a hid backend for your platform")
/freebsd-head/contrib/libcbor/CMakeModules/
HDLibFindMacros.cmake96 …message (FATAL_ERROR "Required library ${PREFIX} NOT FOUND.\nInstall the library (dev version) and…
/freebsd-head/contrib/libevent/
HDCMakeLists.txt22 cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
183 message(FATAL_ERROR "Coverage requires -DCMAKE_BUILD_TYPE=Debug")
234 message(FATAL_ERROR "${EVENT_LIBRARY_TYPE} is not supported")
864 message(FATAL_ERROR
/freebsd-head/contrib/ntp/sntp/libevent/
HDCMakeLists.txt22 cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
183 message(FATAL_ERROR "Coverage requires -DCMAKE_BUILD_TYPE=Debug")
234 message(FATAL_ERROR "${EVENT_LIBRARY_TYPE} is not supported")
864 message(FATAL_ERROR
/freebsd-head/contrib/nvi/
HDCMakeLists.txt216 message(FATAL_ERROR "Could not find db.h at the expected path (${DB_H_GUESS}).")
/freebsd-head/contrib/xz/
HDChangeLog11450 finish (SEND_ERROR instead of FATAL_ERROR) so that both error
11539 CMake: Use FATAL_ERROR if user-supplied options aren't understood.