From: Stefan Schubert Date: Wed, 14 Nov 2007 15:05:59 +0000 (+0000) Subject: added more logging X-Git-Tag: BASE-SuSE-Code-12_1-Branch~308^2~817 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31ec1ea8c88e66dbae8d0fe59fde4e9bc78efd2c;p=thirdparty%2Flibsolv.git added more logging --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ca224279..1a8b9993 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") diff --git a/VERSION.cmake b/VERSION.cmake index afd872aa..d0b68859 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -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