Skip to content

Commit

Permalink
libsexp version bump to v0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jun 23, 2023
1 parent 152ab7c commit e65e510
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,10 @@ add_subdirectory(src/common)
set(WITH_SEXP_CLI OFF)
set(WITH_SEXP_TESTS OFF)
set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME development)
set(SAVE_BUILD_SHARED_LIBS ${BUILD_SHARED_LIBS})
set(BUILD_SHARED_LIBS OFF)
add_subdirectory(src/libsexp EXCLUDE_FROM_ALL)
set(BUILD_SHARED_LIBS ${SAVE_BUILD_SHARED_LIBS})

add_subdirectory(src/lib)
add_subdirectory(src/rnp)
Expand Down
2 changes: 1 addition & 1 deletion src/libsexp

0 comments on commit e65e510

Please sign in to comment.