Update -DG3_SHARED_LIB=ON to use OFF for the static lib case (#186)

This commit is contained in:
Benjamin Lee 2017-05-09 15:34:58 -07:00
parent 123977f106
commit f03de24c46

View File

@ -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