From 058956ce7f76c0955a8aea77831a22838ec3ede4 Mon Sep 17 00:00:00 2001 From: Miha Date: Mon, 3 Mar 2014 11:47:06 +0100 Subject: [PATCH] - CMakeLists.txt small fix --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 )