Commit 058956ce7f76c0955a8aea77831a22838ec3ede4

Miha 2014-03-03T11:47:06

- CMakeLists.txt small fix

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 27cf1a5..4ecb81c 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  )