1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-31 11:19:18 +00:00

Fix cmakelint formatting

This commit is contained in:
Carles Fernandez 2024-06-29 11:45:00 +02:00
parent a530981d5b
commit 609b85b864
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -132,7 +132,6 @@ function(link_to_crypto_dependencies target)
else()
if(NOT OPENSSL_VERSION VERSION_LESS "1.1.1")
target_compile_definitions(${target} PUBLIC -DUSE_OPENSSL_111=1)
else()
endif()
endif()
else()