mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-12 18:30:25 +01:00
Update -DG3_SHARED_LIB=ON to use OFF for the static lib case (#186)
This commit is contained in:
parent
123977f106
commit
f03de24c46
@ -75,7 +75,7 @@ option (G3_SHARED_LIB "Build shared library" ON)
|
||||
IF(G3_SHARED_LIB)
|
||||
MESSAGE("-DG3_SHARED_LIB=ON\tBuild shared library")
|
||||
ELSE()
|
||||
MESSAGE("-DG3_SHARED_LIB=ON\tBuild static library")
|
||||
MESSAGE("-DG3_SHARED_LIB=OFF\tBuild static library")
|
||||
ENDIF()
|
||||
|
||||
# WINDOWS OPTIONS
|
||||
|
Loading…
Reference in New Issue
Block a user