chore: allow fetching sso-mib as ExternalProject

This commit is contained in:
Andreas Ziegler
2025-05-20 12:56:51 +02:00
parent 8714019703
commit d6d6909d66
3 changed files with 31 additions and 15 deletions

View File

@@ -410,7 +410,6 @@ else()
endif()
if(WITH_SSO_MIB)
set(SSO_MIB_EXTERNAL_DIR "${CMAKE_CURRENT_SOURCE_DIR}/external/sso-mib")
find_package(SSO_MIB REQUIRED)
endif()