- CMakeLists.txt small fix

This commit is contained in:
Miha 2014-03-03 11:47:06 +01:00
parent 0330469f6d
commit 058956ce7f

View File

@ -21,8 +21,7 @@ INCLUDE(CheckLibraryExists)
# Build options # Build options
# #
OPTION( SONAME OPTION( SONAME "Set the (SO)VERSION of the target" ON )
"Set the (SO)VERSION of the target" ON )
OPTION( BUILD_SHARED_LIBS "Build Shared Library (OFF for Static)" ON ) OPTION( BUILD_SHARED_LIBS "Build Shared Library (OFF for Static)" ON )
OPTION( THREADSAFE "Build libgit2 as threadsafe" OFF ) OPTION( THREADSAFE "Build libgit2 as threadsafe" OFF )
OPTION( BUILD_CLAR "Build Tests using the Clar suite" ON ) OPTION( BUILD_CLAR "Build Tests using the Clar suite" ON )