Remove checking for a different SDL2 minimum version.

I removed this from scons a while ago, though it looks like I forgot or didn't notice that cmake does the same.
This commit is contained in:
pentarctagon 2018-01-28 12:27:23 -06:00 committed by Gregory A Lundberg
parent 73be496708
commit ce628e028b

View file

@ -72,12 +72,7 @@ else()
message(WARNING "You are cross-compiling. Skipping IEEE 754 test.")
endif()
if(DEFINED ENV{TRAVIS})
find_package(SDL2 2.0.2 REQUIRED)
else()
find_package(SDL2 2.0.4 REQUIRED)
endif()
find_package(SDL2 2.0.4 REQUIRED)
find_package(Crypto 1.0 REQUIRED)
find_package(Boost 1.50 REQUIRED COMPONENTS iostreams program_options regex system thread random)