fix MNG build feature info logging

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2016-07-05 14:33:29 +00:00
parent bae38f0462
commit fe5cc5eb16

View file

@ -58,7 +58,7 @@ option(WITH_TIFF "Build tiff support" ON)
add_feature_info(tiff WITH_TIFF "an open source something")
option(WITH_MNG "Build mng support" ON)
add_feature_info(tiff WITH_MNG "an open source something")
add_feature_info(mng WITH_MNG "an open source something")
option(WITH_NAS "Build nas support" ON)
add_feature_info(nas WITH_NAS "an open source something")