From: Michael Schroeder Date: Thu, 10 Nov 2016 11:58:55 +0000 (+0100) Subject: Oops, fix typo in last commit X-Git-Tag: 0.6.24~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15d5b26aece344f88ab821ed821567daf0730f5a;p=thirdparty%2Flibsolv.git Oops, fix typo in last commit --- diff --git a/bindings/python/CMakeLists.txt b/bindings/python/CMakeLists.txt index 7fb4af04..dc6648df 100644 --- a/bindings/python/CMakeLists.txt +++ b/bindings/python/CMakeLists.txt @@ -3,7 +3,7 @@ IF (ENABLE_PYTHON3 AND NOT DEFINED PythonLibs_FIND_VERSION) # see comment in the python3 CMakeLists.txt file SET (PythonLibs_FIND_VERSION 2) SET (PythonLibs_FIND_VERSION_MAJOR 2) -ENDIF IF (ENABLE_PYTHON3 AND NOT DEFINED PythonLibs_FIND_VERSION) +ENDIF (ENABLE_PYTHON3 AND NOT DEFINED PythonLibs_FIND_VERSION) FIND_PACKAGE (PythonLibs REQUIRED) FIND_PACKAGE (PythonInterp ${PYTHONLIBS_VERSION_STRING} REQUIRED)