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

pull/3659/head
Isaac Connor 2023-02-10 13:02:46 -05:00
parent 86f63a9c01
commit a3e5a1a019
1 changed files with 1 additions and 1 deletions

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)