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.
This commit is contained in:
Chris Thrasher 2022-01-21 20:58:03 -07:00 committed by Lukas Dürrenberger
parent ad21794f39
commit 0ad6d1815c

View File

@ -1,5 +1,3 @@
cmake_minimum_required(VERSION 3.14)
set(SRCROOT "${PROJECT_SOURCE_DIR}/test") set(SRCROOT "${PROJECT_SOURCE_DIR}/test")
add_library(sfml-test-main STATIC "${SRCROOT}/DoctestMain.cpp") add_library(sfml-test-main STATIC "${SRCROOT}/DoctestMain.cpp")