1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-07 20:39:18 -04:00
ports/devel/root/files/patch-cmake_modules_CheckCompiler.cmake
Erik Jensen 3ad0e6474b devel/root: Revive port: Data analysis framework made at CERN
- Submitter becomes maintainer

ROOT is a framework for data processing, born at CERN, at the heart of
the research on high-energy physics. Every day, thousands of physicists
use ROOT applications to analyze their data or to perform simulations.

WWW:		https://root.cern/
PR:		267717
2022-12-30 10:44:41 +00:00

11 lines
411 B
CMake

--- cmake/modules/CheckCompiler.cmake.orig 2022-11-16 10:35:46 UTC
+++ cmake/modules/CheckCompiler.cmake
@@ -202,7 +202,7 @@ endif()
#---Setup details depending on the major platform type----------------------------------------------
-if(CMAKE_SYSTEM_NAME MATCHES Linux)
+if(CMAKE_SYSTEM_NAME MATCHES Linux OR CMAKE_SYSTEM_NAME MATCHES FreeBSD)
include(SetUpLinux)
elseif(APPLE)
include(SetUpMacOS)