Skip to content
Snippets Groups Projects
Commit 3e532294 authored by Henrik S. Gaßmann's avatar Henrik S. Gaßmann Committed by Arthur Sonzogni
Browse files

build: Remove redundant cmake version check

The main `CMakelists.txt` already asserts a minimum version of `3.12`
which renders the condition `cmake <= 3.11.4` to be always false.
parent 332f229e
No related branches found
No related tags found
No related merge requests found
if (NOT FTXUI_BUILD_TESTS OR
NOT ${CMAKE_VERSION} VERSION_GREATER "3.11.4")
if (NOT FTXUI_BUILD_TESTS)
return()
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment