Set minimum gsoap to 2.8.91 which is the version in ubuntu focal. Hoping this disables failed build on bionic
parent
86f63a9c01
commit
a3e5a1a019
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue