Fix FTBFS caused by detection of libr version after recent update

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/245/head
Michele Calgaro 5 months ago
parent 138bb80efa
commit 7a00e005dd
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1195,9 +1195,9 @@ if( WITH_ELFICON )
if( NOT LIBR_FOUND )
message(FATAL_ERROR "\nelficon support was requested, but libr was not found on your system" )
endif( NOT LIBR_FOUND )
if( NOT "${LIBR_VERSION}" STREQUAL "0.6.0" )
if( "${LIBR_VERSION}" VERSION_LESS "0.6" )
message(FATAL_ERROR "\nelficon support was requested, but the libr version on your system may not be compatible with TDE" )
endif( NOT "${LIBR_VERSION}" STREQUAL "0.6.0" )
endif( "${LIBR_VERSION}" VERSION_LESS "0.6" )
set( HAVE_ELFICON 1 )
endif( )

Loading…
Cancel
Save