1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From e62dca16c432ebb9012f87ee4bbfc7133f3a8f07 Mon Sep 17 00:00:00 2001
From: "Julien Y. Dutheil" <dutheil@evolbio.mpg.de>
Date: Thu, 28 Mar 2024 20:56:19 +0100
Subject: Fixed compilation for newest MacOS.
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@
# Francois Gindraud (2017)
# Created: 22/08/2009
-cmake_minimum_required (VERSION 2.8.11)
+cmake_minimum_required (VERSION 3.5.0)
project (bppsuite CXX)
# Compile options
|