Skip to content

Commit ce72077

Browse files
author
Charles PIGNEROL
committed
Retouching cmake (version 3.15, CMP0094) for choice of python used.
1 parent 49da1b7 commit ce72077

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)