knowlegegraph/cmake/nebula/PlatformCheck.cmake

4 lines
117 B
CMake

if(${CMAKE_SYSTEM_NAME} MATCHES "(Darwin|FreeBSD|Windows)")
MESSAGE(FATAL_ERROR "Only Linux is supported")
endif ()