Skip to content

Commit 25bac22

Browse files
Merge pull request #6 from LIHPC-Computational-Geometry/CMP0094
Retouching cmake (version 3.15, CMP0094) for choice of python used.
2 parents 8b93cf3 + ce72077 commit 25bac22

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
enable_testing ( )
22

3-
cmake_minimum_required (VERSION 3.14)
3+
cmake_minimum_required (VERSION 3.15) # CMP0094
44

55
project (TkUtil LANGUAGES CXX)
66

cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set (TK_UTIL_MAJOR_VERSION "6")
66
set (TK_UTIL_MINOR_VERSION "6")
7-
set (TK_UTIL_RELEASE_VERSION "0")
7+
set (TK_UTIL_RELEASE_VERSION "1")
88
set (TK_UTIL_VERSION ${TK_UTIL_MAJOR_VERSION}.${TK_UTIL_MINOR_VERSION}.${TK_UTIL_RELEASE_VERSION})
99

1010
set (TK_UTIL_SCRIPTING_MAJOR_VERSION ${TK_UTIL_MAJOR_VERSION})

versions.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 6.6.1 : 13/12/23
2+
===============
3+
4+
cmake_minimum_required (VERSION 3.15) # CMP0094 (python sélectionné)
5+
6+
17
Version 6.6.0 : 08/12/23
28
===============
39

0 commit comments

Comments
 (0)