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:
parent
ad21794f39
commit
0ad6d1815c
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user