mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 00:59:49 +00:00
Mark OpenGL and GLEW as required in cmake.
(cherry-picked from commit 8582ce10445f1e9d6ecc22621a6265a10c52cdb1)
This commit is contained in:
parent
b4e612239e
commit
bb87cef484
@ -76,8 +76,8 @@ else()
|
||||
message(WARNING "You are cross-compiling. Skipping IEEE 754 test.")
|
||||
endif()
|
||||
|
||||
find_package(OpenGL)
|
||||
find_package(GLEW)
|
||||
find_package(OpenGL REQUIRED)
|
||||
find_package(GLEW REQUIRED)
|
||||
find_package(SDL2 2.0.4 REQUIRED)
|
||||
find_package(Crypto 1.0 REQUIRED)
|
||||
find_package(Boost 1.56 REQUIRED COMPONENTS iostreams program_options regex system random)
|
||||
|
Loading…
x
Reference in New Issue
Block a user