Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <[email protected]>
  • Loading branch information
mgallien committed Jan 18, 2024
1 parent 203c494 commit 82e9eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ if(BUILD_CLIENT)
find_package(PkgConfig REQUIRED)
pkg_check_modules(OPENSC-LIBP11 libp11 IMPORTED_TARGET)

set(ENCRYPTION_HARDWARE_TOKEN_DRIVER_PATH "" CACHE PATH "Path to the driver for end-to-end encryption token")
option(CLIENTSIDEENCRYPTION_ENFORCE_USB_TOKEN "Enforce use of an hardware token for end-to-end encryption" false)
set(ENCRYPTION_HARDWARE_TOKEN_DRIVER_PATH "c:/Windows/System32/eTPKCS11.dll" CACHE PATH "Path to the driver for end-to-end encryption token")
option(CLIENTSIDEENCRYPTION_ENFORCE_USB_TOKEN "Enforce use of an hardware token for end-to-end encryption" true)

find_package(ZLIB REQUIRED)
find_package(SQLite3 3.9.0 REQUIRED)
Expand Down

0 comments on commit 82e9eb4

Please sign in to comment.