From 0ad6d1815cb2ee33289aa1b7c38d3831318a5db8 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Fri, 21 Jan 2022 20:58:03 -0700 Subject: [PATCH] Remove unnecessary CMake version requirement This is left over from 0f83e3d but we forgot to remove it. Nothing about this file requires an elevated minimum CMake version now that the FetchContent usage is gone. --- test/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index fbb3d125..43dde5d0 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,5 +1,3 @@ -cmake_minimum_required(VERSION 3.14) - set(SRCROOT "${PROJECT_SOURCE_DIR}/test") add_library(sfml-test-main STATIC "${SRCROOT}/DoctestMain.cpp")