mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
- 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
11 lines
411 B
CMake
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)
|