Add informational message

This commit is contained in:
Shahram Najm 2020-02-23 17:58:39 +00:00
parent e93e330691
commit 0b0c240027
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ ecbuild_add_executable( TARGET codes_bufr_filter
# grib1to2 script needs to be generated before installation
if (ECCODES_INSTALL_EXTRA_TOOLS)
ecbuild_info("ECCODES_INSTALL_EXTRA_TOOLS enabled")
configure_file( grib1to2.in grib1to2 )
install( FILES ${CMAKE_CURRENT_BINARY_DIR}/grib1to2
DESTINATION ${INSTALL_BIN_DIR}