Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Disable CryptoPP default build parameters that we do not use
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonlehmann committed May 20, 2019
1 parent 703a21b commit 66472cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions external/cryptopp/CMakeLists.txt
Expand Up @@ -76,8 +76,8 @@ set(TEST_CXX_FILE ${TEST_PROG_DIR}/test_cxx.cxx)
#============================================================================ #============================================================================


option(BUILD_STATIC "Build static library" ON) option(BUILD_STATIC "Build static library" ON)
option(BUILD_SHARED "Build shared library" ON) option(BUILD_SHARED "Build shared library" OFF)
option(BUILD_TESTING "Build library tests" ON) option(BUILD_TESTING "Build library tests" OFF)
option(BUILD_DOCUMENTATION "Use Doxygen to create the HTML based API documentation" OFF) option(BUILD_DOCUMENTATION "Use Doxygen to create the HTML based API documentation" OFF)
option(USE_INTERMEDIATE_OBJECTS_TARGET "Use a common intermediate objects target for the static and shared library targets" ON) option(USE_INTERMEDIATE_OBJECTS_TARGET "Use a common intermediate objects target for the static and shared library targets" ON)


Expand Down

0 comments on commit 66472cf

Please sign in to comment.