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) set_target_properties(gsoap PROPERTIES LINKER_LANGUAGE CXX)
target_compile_definitions(gsoap
PUBLIC
WITH_OPENSSL)
target_link_libraries(gsoap target_link_libraries(gsoap
PRIVATE PRIVATE
trinity-dependency-interface trinity-dependency-interface)
PUBLIC
openssl)
set_target_properties(gsoap set_target_properties(gsoap
PROPERTIES PROPERTIES