Skip to content

Commit

Permalink
Hotfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvov1 committed Nov 30, 2024
1 parent e9dac3f commit 3311487
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ pkg_check_modules(GMP REQUIRED IMPORTED_TARGET gmp)

# 2. Prepare Google Benchmarking
find_package(benchmark REQUIRED)
if(NOT BENCH_LIB OR NOT BENCH_INCLUDE)
message(FATAL_ERROR "Problems with Google Benchmark")
endif()

# 3. Prepare Crypto++ library
find_path(CRYPTOPP_INCLUDE cryptopp/cryptlib.h /usr/include /usr/local/include /opt/homebrew/include)
Expand Down

0 comments on commit 3311487

Please sign in to comment.