Skip to content

Commit 69bf0c5

Browse files
committed
CMake: Fix build due to missing GSL
Error was: hexutil.hpp:12:10: fatal error: gsl/span: No such file or directory #include <gsl/span> ^~~~~~~~~~
1 parent f9ab34f commit 69bf0c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/dependencies.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ find_package(Boost REQUIRED random filesystem program_options)
1616

1717
# added from hunter_config
1818
hunter_add_package(GSL)
19+
find_package(GSL REQUIRED)
1920

2021
# https://www.openssl.org/
2122
hunter_add_package(OpenSSL)

0 commit comments

Comments
 (0)