Skip to content

Commit

Permalink
Update autotests/CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Rusakov <[email protected]>
  • Loading branch information
TobiasFella and KitsuneRal authored Sep 10, 2023
1 parent 7849b10 commit 0df4fe4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions autotests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,5 @@ if(${PROJECT_NAME}_ENABLE_E2EE)
quotient_add_test(NAME testolmutility)
quotient_add_test(NAME testfilecrypto)
quotient_add_test(NAME testkeyverification)
if(${BUILD_SHARED_LIBS})
message("Cross-Signing test requires building libQuotient statically")
else()
quotient_add_test(NAME testcrosssigning)
endif()
quotient_add_test(NAME testcrosssigning)
endif()

0 comments on commit 0df4fe4

Please sign in to comment.