Add missing STATUS keyword following commit 82df2168aa for #190 (#267)

This commit is contained in:
Julien Lecomte 2018-05-15 13:49:41 +02:00 committed by Kjell Hedström
parent 7b0414f76f
commit e58c8d1ddf

View File

@ -102,7 +102,7 @@ option (G3_SHARED_LIB "Build shared library" ON)
IF(G3_SHARED_LIB)
message( STATUS "-DG3_SHARED_LIB=ON\tBuild shared library" )
ELSE()
MESSAGE("-DG3_SHARED_LIB=OFF\tBuild static library")
MESSAGE( STATUS "-DG3_SHARED_LIB=OFF\tBuild static library")
ENDIF()
# WINDOWS OPTIONS