diff --git a/CMakeLists.txt b/CMakeLists.txt index 27cf1a558..4ecb81ced 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )