Remove libsinsp search on Windows

The library is unlikely to ever be made available for Windows so
don't attempt to find it.
This commit is contained in:
Graham Bloice 2022-03-27 19:30:32 +01:00 committed by Gerald Combs
parent 3d1b2876dd
commit 1ff681cec6
1 changed files with 4 additions and 3 deletions

View File

@ -1303,9 +1303,10 @@ ws_find_package(ILBC ENABLE_ILBC HAVE_ILBC)
ws_find_package(OPUS ENABLE_OPUS HAVE_OPUS)
# libsinsp+libscap, required for falco-bridge
ws_find_package(Sinsp ENABLE_SINSP HAVE_SINSP)
if (NOT WIN32)
# libsinsp+libscap, required for falco-bridge
ws_find_package(Sinsp ENABLE_SINSP HAVE_SINSP)
endif()
# CMake 3.9 and below used 'LIBXML2_LIBRARIES' as the name of the cache entry
# storing the find_library result. Transfer it to the new cache variable such