mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-13 10:42:56 +01:00
Add missing STATUS keyword following commit 82df2168aa
for #190 (#267)
This commit is contained in:
parent
7b0414f76f
commit
e58c8d1ddf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user