mirror of https://github.com/ecmwf/eccodes.git
ECC-39: CMake build: make on sappa/sappb fail due to jasper include file
This commit is contained in:
parent
9cf892767d
commit
84f1a4ebe9
|
@ -222,7 +222,7 @@ foreach( _tpl ${GRIB_API_TPLS} )
|
|||
string( TOUPPER ${_tpl} TPL )
|
||||
if( ${TPL}_FOUND )
|
||||
list( APPEND GRIB_API_EXTRA_DEFINITIONS ${${TPL}_DEFINITIONS} )
|
||||
list( APPEND GRIB_API_EXTRA_INCLUDE_DIRS ${${TPL}_INCLUDE_DIRS} )
|
||||
list( APPEND GRIB_API_EXTRA_INCLUDE_DIRS ${${TPL}_INCLUDE_DIRS} ${${TPL}_INCLUDE_DIR} )
|
||||
list( APPEND GRIB_API_EXTRA_LIBRARIES ${${TPL}_LIBRARIES} )
|
||||
endif()
|
||||
endforeach()
|
||||
|
|
Loading…
Reference in New Issue