summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVladislav Shchapov <vladislav@shchapov.ru>2026-01-10 00:01:03 +0500
committerHans Kristian Rosbach <hk-github@circlestorm.org>2026-01-11 10:32:39 +0100
commit811df15509ba616352ec806c8e4398d61fdf2127 (patch)
tree42dfb85979ea6d7553e5865264e7f3f8595f4b6a /test
parent0ca621a29252167b48a0e351a5e542a25a6b1535 (diff)
downloadProject-Tick-811df15509ba616352ec806c8e4398d61fdf2127.tar.gz
Project-Tick-811df15509ba616352ec806c8e4398d61fdf2127.zip
Remove always TRUE or FALSE CMake version checks
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index bbaf1035c2..eacea5ead7 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -110,7 +110,7 @@ if(WITH_GTEST)
find_package(GTest)
endif()
- if(NOT TARGET GTest::GTest AND NOT CMAKE_VERSION VERSION_LESS 3.11)
+ if(NOT TARGET GTest::GTest)
include(FetchContent)
# Prevent overriding the parent project's compiler/linker settings for Windows