mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
45a3a02fad
Adding openBMP, a BGP Monitor Protocol collector Approved by: olivier (mentor) Sponsored by: trivago N.V. Differential Revision: https://reviews.freebsd.org/D12378
12 lines
385 B
Plaintext
12 lines
385 B
Plaintext
--- CMakeLists.txt.orig 2017-09-14 09:28:17 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -24,6 +24,8 @@ if (CMAKE_SYSTEM_NAME STREQUAL Linux)
|
|
set(LINUX TRUE)
|
|
elseif (CMAKE_SYSTEM_NAME STREQUAL Darwin)
|
|
set(MACOSX TRUE)
|
|
+elseif (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
|
|
+ set(FREEBSD TRUE)
|
|
else ()
|
|
Message (FATAL_ERROR "${CMAKE_SYSTEM_NAME} not supported; Must be Linux or Darwin")
|
|
endif()
|