Skip to content

Commit

Permalink
Update sexp submodule version to 0.8.8.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jun 6, 2024
1 parent 7448831 commit 2152bc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ add_subdirectory(src/common)

if (SYSTEM_LIBSEXPP)
find_package(PkgConfig QUIET)
pkg_check_modules(SEXPP sexpp>=0.9.0 REQUIRED)
pkg_check_modules(SEXPP sexpp>=0.8.7 REQUIRED)
find_library(SEXPP_LIBRARY
NAMES
"libsexpp"
Expand Down

0 comments on commit 2152bc6

Please sign in to comment.