Skip to content

Commit

Permalink
Attempt to fix CMake build
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed May 2, 2017
1 parent 9614071 commit 81cc931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -74,7 +74,7 @@ else()
find_package(SDL2 2.0.4 REQUIRED)
endif()

find_package(Crypto REQUIRED)
find_package(Crypto 1.0 REQUIRED)
find_package(Boost 1.36 REQUIRED COMPONENTS iostreams program_options regex system thread)
find_package(Boost 1.40 REQUIRED COMPONENTS random)

Expand Down

0 comments on commit 81cc931

Please sign in to comment.