Skip to content

Commit

Permalink
Retouching cmake (version 3.15, CMP0094) for choice of python used.
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles PIGNEROL committed Dec 13, 2023
1 parent 49da1b7 commit ce72077
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
enable_testing ( )

cmake_minimum_required (VERSION 3.14)
cmake_minimum_required (VERSION 3.15) # CMP0094

project (TkUtil LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set (TK_UTIL_MAJOR_VERSION "6")
set (TK_UTIL_MINOR_VERSION "6")
set (TK_UTIL_RELEASE_VERSION "0")
set (TK_UTIL_RELEASE_VERSION "1")
set (TK_UTIL_VERSION ${TK_UTIL_MAJOR_VERSION}.${TK_UTIL_MINOR_VERSION}.${TK_UTIL_RELEASE_VERSION})

set (TK_UTIL_SCRIPTING_MAJOR_VERSION ${TK_UTIL_MAJOR_VERSION})
Expand Down
6 changes: 6 additions & 0 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 6.6.1 : 13/12/23
===============

cmake_minimum_required (VERSION 3.15) # CMP0094 (python sélectionné)


Version 6.6.0 : 08/12/23
===============

Expand Down

0 comments on commit ce72077

Please sign in to comment.