mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 06:20:56 +00:00
- CMakeLists.txt small fix
This commit is contained in:
parent
0330469f6d
commit
058956ce7f
@ -21,8 +21,7 @@ INCLUDE(CheckLibraryExists)
|
||||
|
||||
# Build options
|
||||
#
|
||||
OPTION( SONAME
|
||||
"Set the (SO)VERSION of the target" ON )
|
||||
OPTION( SONAME "Set the (SO)VERSION of the target" ON )
|
||||
OPTION( BUILD_SHARED_LIBS "Build Shared Library (OFF for Static)" ON )
|
||||
OPTION( THREADSAFE "Build libgit2 as threadsafe" OFF )
|
||||
OPTION( BUILD_CLAR "Build Tests using the Clar suite" ON )
|
||||
|
Loading…
Reference in New Issue
Block a user