mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-04-30 02:10:02 +02:00

Some checks failed
Build the package using cmake then documentation / build (ubuntu-latest, 3.12) (push) Failing after 43s
Co-authored-by: Patrick <patrick.sieberer@psi.ch> Co-authored-by: JulianHeymes <julian.heymes@psi.ch> Co-authored-by: Dhanya Thattil <dhanya.thattil@psi.ch> Co-authored-by: Xiangyu Xie <45243914+xiangyuxie@users.noreply.github.com> Co-authored-by: xiangyu.xie <xiangyu.xie@psi.ch>
19 lines
468 B
Diff
19 lines
468 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index dd3d8eb9..c0187747 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1,11 +1,8 @@
|
|
# CMake build script for ZeroMQ
|
|
project(ZeroMQ)
|
|
|
|
-if(${CMAKE_SYSTEM_NAME} STREQUAL Darwin)
|
|
- cmake_minimum_required(VERSION 3.0.2)
|
|
-else()
|
|
- cmake_minimum_required(VERSION 2.8.12)
|
|
-endif()
|
|
+cmake_minimum_required(VERSION 3.15)
|
|
+message(STATUS "Patched cmake version")
|
|
|
|
include(CheckIncludeFiles)
|
|
include(CheckCCompilerFlag)
|