• R/O
  • SSH

libqttools: Commit

This library contains code that extends and simplifies different operations
for C++ language based programs which use Qt5 framework as well


Commit MetaInfo

Revision6bcf438c1a9823a343e3c83c38e7e40add6f2a25 (tree)
Zeit2023-03-10 05:14:28
AutorSergey Gusarov <laborer2008@gmai...>
CommiterSergey Gusarov

Log Message

Bump tests/cmake version in comparison. Since 2.8.11 is already minimum

Ändern Zusammenfassung

Diff

diff -r 0c8451b817c3 -r 6bcf438c1a98 tests/CMakeLists.txt
--- a/tests/CMakeLists.txt Thu Mar 09 23:08:53 2023 +0300
+++ b/tests/CMakeLists.txt Thu Mar 09 23:14:28 2023 +0300
@@ -5,7 +5,7 @@
55
66 cmake_minimum_required(VERSION 2.8.11)
77
8-if (${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION} VERSION_GREATER 2.8.10)
8+if (${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION} VERSION_GREATER 2.8.11)
99 if (${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION} VERSION_LESS 3.3.0)
1010 cmake_policy(SET CMP0020 OLD)
1111 endif()
Show on old repository browser