Set minimum gsoap to 2.8.91 which is the version in ubuntu focal. Hoping this disables failed build on bionic

This commit is contained in:
Isaac Connor
2023-02-10 13:02:46 -05:00
parent 86f63a9c01
commit a3e5a1a019

View File

@@ -545,7 +545,7 @@ endif()
#endif()
find_package(GSOAP 2.0.0)
find_package(GSOAP 2.8.91)
if (GSOAP_FOUND)
set(optlibsfound "${optlibsfound} gsoap")
add_definitions(-DWITH_GSOAP)