Dep/gSOAP: Disable unused openssl integration

Signed-off-by: luis <[email protected]>
This commit is contained in:
Shauren
2026-04-17 08:36:50 -03:00
committed by luis
parent 1fe5f4ed85
commit e972774513
+1 -7
View File
@@ -26,15 +26,9 @@ target_sources(gsoap
set_target_properties(gsoap PROPERTIES LINKER_LANGUAGE CXX)
target_compile_definitions(gsoap
PUBLIC
WITH_OPENSSL)
target_link_libraries(gsoap
PRIVATE
trinity-dependency-interface
PUBLIC
openssl)
trinity-dependency-interface)
set_target_properties(gsoap
PROPERTIES