Skip to content

Commit

Permalink
Add missing STATUS keyword following commit 82df216 for #190 (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-lecomte authored and Kjell Hedström committed May 15, 2018
1 parent 7b0414f commit e58c8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Options.cmake
Expand Up @@ -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
Expand Down

0 comments on commit e58c8d1

Please sign in to comment.