Skip to content

Commit

Permalink
Don't install cryptopp_dev lib
Browse files Browse the repository at this point in the history
  • Loading branch information
smessmer committed Oct 2, 2024
1 parent 4b13424 commit 50f83e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vendor/cryptopp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ endif()
set(CRYPTOPP_BUILD_TESTING OFF CACHE BOOL "")
set(CRYPTOPP_BUILD_DOCUMENTATION OFF CACHE BOOL "")
set(CRYPTOPP_BUILD_SHARED OFF CACHE BOOL "")
set(CRYPTOPP_INSTALL OFF CACHE BOOL "")
set(CRYPTOPP_USE_INTERMEDIATE_OBJECTS_TARGET OFF CACHE BOOL "")
set(CRYPTOPP_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/vendor_cryptopp" CACHE STRING "")
add_subdirectory(vendor_cryptopp_cmake EXCLUDE_FROM_ALL)
Expand Down

0 comments on commit 50f83e2

Please sign in to comment.