Skip to content

Commit

Permalink
Don't depend on bcrypt.dll on Windows (fix #1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Jun 28, 2017
1 parent f02ad4a commit 052e2fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/CMakeLists.txt
Expand Up @@ -115,6 +115,7 @@ add_subdirectory(json11)
set(ENABLE_TEST OFF CACHE BOOL "Enable unit and regression tests")
set(ENABLE_COVERAGE OFF CACHE BOOL "Enable code coverage (GCC only, automatically sets ENABLE_TEST to ON)")
set(ENABLE_LZMA OFF CACHE BOOL "Enable the use of the system LZMA library if found")
set(ENABLE_CNG OFF CACHE BOOL "Enable the use of CNG(Crypto Next Generation)")
add_subdirectory(libarchive)
target_include_directories(archive_static INTERFACE
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/libarchive/libarchive>)

0 comments on commit 052e2fa

Please sign in to comment.