Skip to content

Commit 274c5e1

Browse files
committed
Merge branch 'develop' into release/Version-4.46
2 parents 154b819 + d90b61f commit 274c5e1

38 files changed

Lines changed: 45 additions & 45 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
###############################################################################
2929

3030
# we need at least cmake 2.8 for the FindLAPACK functions
31-
cmake_minimum_required (VERSION 2.8.12...3.19.1)
31+
cmake_minimum_required(VERSION 2.8...3.19)
3232

3333
if(POLICY CMP0048)
3434
cmake_policy(SET CMP0048 NEW)

ChooseQtVersion.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2019 - 2023 by Pedro Mendes, Rector and Visitors of the
1+
# Copyright (C) 2019 - 2025 by Pedro Mendes, Rector and Visitors of the
22
# University of Virginia, University of Heidelberg, and University
33
# of Connecticut School of Medicine.
44
# All rights reserved.
@@ -8,7 +8,7 @@
88
# of Connecticut School of Medicine.
99
# All rights reserved.
1010

11-
cmake_minimum_required (VERSION 2.8.12...3.19.1)
11+
cmake_minimum_required(VERSION 2.8...3.19)
1212

1313
set(SELECT_QT "Any" CACHE STRING "The prefered Qt version one of: Qt6, Qt5, Qt4 or Any" )
1414
if (DEFINED SELECT_QT)

copasi/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2019 - 2024 by Pedro Mendes, Rector and Visitors of the
1+
# Copyright (C) 2019 - 2025 by Pedro Mendes, Rector and Visitors of the
22
# University of Virginia, University of Heidelberg, and University
33
# of Connecticut School of Medicine.
44
# All rights reserved.
@@ -27,7 +27,7 @@
2727
#
2828
###############################################################################
2929

30-
cmake_minimum_required (VERSION 2.8.12...3.19.1)
30+
cmake_minimum_required(VERSION 2.8...3.19)
3131

3232
if(POLICY CMP0048)
3333
cmake_policy(SET CMP0048 NEW)

copasi/CopasiSBW/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# of Manchester.
1414
# All rights reserved.
1515

16-
cmake_minimum_required (VERSION 2.8.12...3.19.1)
16+
cmake_minimum_required(VERSION 2.8...3.19)
1717

1818
if (SBW_FOUND)
1919

copasi/CopasiUI/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2019 - 2024 by Pedro Mendes, Rector and Visitors of the
1+
# Copyright (C) 2019 - 2025 by Pedro Mendes, Rector and Visitors of the
22
# University of Virginia, University of Heidelberg, and University
33
# of Connecticut School of Medicine.
44
# All rights reserved.
@@ -27,7 +27,7 @@
2727
#
2828
###############################################################################
2929

30-
cmake_minimum_required (VERSION 2.8.12...3.19.1)
30+
cmake_minimum_required(VERSION 2.8...3.19)
3131

3232
if(POLICY CMP0048)
3333
cmake_policy(SET CMP0048 NEW)

copasi/ViewCurrentUI/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#
2828
###############################################################################
2929

30-
cmake_minimum_required (VERSION 2.8.12...3.19.1)
30+
cmake_minimum_required(VERSION 2.8...3.19)
3131
project (ViewCurrentUI)
3232

3333
if (NOT BUILD_GUI)

copasi/bindings/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2019 - 2021 by Pedro Mendes, Rector and Visitors of the
1+
# Copyright (C) 2019 - 2025 by Pedro Mendes, Rector and Visitors of the
22
# University of Virginia, University of Heidelberg, and University
33
# of Connecticut School of Medicine.
44
# All rights reserved.
@@ -27,7 +27,7 @@
2727
#
2828
###############################################################################
2929

30-
cmake_minimum_required (VERSION 2.8.12)
30+
cmake_minimum_required(VERSION 2.8...3.19)
3131

3232
if(POLICY CMP0048)
3333
cmake_policy(SET CMP0048 NEW)

copasi/bindings/cpp_examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#
2828
###############################################################################
2929

30-
cmake_minimum_required (VERSION 2.8.12...3.19.1)
30+
cmake_minimum_required(VERSION 2.8...3.19)
3131

3232
if(POLICY CMP0048)
3333
cmake_policy(SET CMP0048 NEW)

copasi/bindings/cpp_examples/assignParameterSet/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#
2323
###############################################################################
2424

25-
cmake_minimum_required (VERSION 2.8.12...3.19.1)
25+
cmake_minimum_required(VERSION 2.8...3.19)
2626

2727
if(POLICY CMP0048)
2828
cmake_policy(SET CMP0048 NEW)

copasi/bindings/cpp_examples/calculateSolutionStatistic/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#
2323
###############################################################################
2424

25-
cmake_minimum_required (VERSION 2.8.12...3.19.1)
25+
cmake_minimum_required(VERSION 2.8...3.19)
2626

2727
if(POLICY CMP0048)
2828
cmake_policy(SET CMP0048 NEW)

0 commit comments

Comments
 (0)