Mark OpenGL and GLEW as required in cmake.
This commit is contained in:
parent
7a3fb8815b
commit
8582ce1044
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue