Browse Source

Fail if cryptopp not found.

cl-refactor
Gav Wood 10 years ago
parent
commit
ac25eb1f37
  1. 3
      CMakeLists.txt

3
CMakeLists.txt

@ -171,6 +171,9 @@ else()
message(STATUS "Crypto++ found and version greater or equal to 5.6.2")
endif()
endif()
else()
message(FATAL_ERROR "Couldn't find Crypto++ version >= 5.6.2.")
endif()
# Not really worth caching. We want to reevaluate anyway.

Loading…
Cancel
Save