Skip to content

Commit

Permalink
Mark OpenGL and GLEW as required in cmake.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed May 11, 2018
1 parent 7a3fb88 commit 8582ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit 8582ce1

Please sign in to comment.