Commit 058956ce by Miha

- CMakeLists.txt small fix

parent 0330469f
...@@ -21,8 +21,7 @@ INCLUDE(CheckLibraryExists) ...@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment