mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user