added more logging
authorStefan Schubert <schubi@suse.de>
Wed, 14 Nov 2007 15:05:59 +0000 (15:05 +0000)
committerStefan Schubert <schubi@suse.de>
Wed, 14 Nov 2007 15:05:59 +0000 (15:05 +0000)
CMakeLists.txt
VERSION.cmake

index ca22427..1a8b999 100644 (file)
@@ -114,7 +114,6 @@ IF ( NOT SWIG_EXECUTABLE )
   MESSAGE( FATAL "SWIG not found." )
 ELSE ( NOT SWIG_EXECUTABLE )
   MESSAGE( STATUS "SWIG found at ${SWIG_EXECUTABLE}" )
-  ADD_SUBDIRECTORY(bindings)
 ENDIF ( NOT SWIG_EXECUTABLE )
 
 MESSAGE(STATUS "version: ${VERSION}")
index afd872a..d0b6885 100644 (file)
@@ -46,4 +46,4 @@
 
 SET(LIBSATSOLVER_MAJOR "0")
 SET(LIBSATSOLVER_MINOR "0")
-SET(LIBSATSOLVER_PATCH "1")
\ No newline at end of file
+SET(LIBSATSOLVER_PATCH "2")
\ No newline at end of file