diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b7f743f..d766ba8 100644 --- a/configure.ac +++ b/configure.ac @@ -50,6 +50,12 @@ AC_CHECK_HEADER( [], [AC_MSG_ERROR([Could not find nlohmann/json.hpp])] ) +# We need the header only CLI library +AC_CHECK_HEADERS( + [CLI/CLI.hpp], + [], + [AC_MSG_ERROR([Could not find CLI11 CLI/CLI.hpp])] +) AX_PTHREAD([], [AC_MSG_ERROR(["pthread required and not found"])]) # Checks for library functions. |

