Removing copypasta of disabling shared and test projects.
This commit is contained in:
parent
782fc16c4f
commit
2c5c78d0b1
1 changed files with 2 additions and 2 deletions
|
@ -99,8 +99,8 @@ set (IPHLPAPI_LIBRARY iphlpapi CACHE STRING "")
|
|||
add_subdirectory (miniupnp/miniupnpc)
|
||||
include_directories (miniupnp/miniupnpc)
|
||||
|
||||
set (BUILD_SHARED "Build shared library" OFF)
|
||||
set (BUILD_TESTING "Build library tests" OFF)
|
||||
set (BUILD_SHARED OFF CACHE BOOL "")
|
||||
set (BUILD_TESTING OFF CACHE BOOL "")
|
||||
add_subdirectory (cryptopp)
|
||||
|
||||
add_library (argon2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue