]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Oops, fix typo in last commit
authorMichael Schroeder <mls@suse.de>
Thu, 10 Nov 2016 11:58:55 +0000 (12:58 +0100)
committerMichael Schroeder <mls@suse.de>
Thu, 10 Nov 2016 11:58:55 +0000 (12:58 +0100)
bindings/python/CMakeLists.txt

index 7fb4af049e5c640864e80cc2beadca5c7e014abd..dc6648dfe63bb99029835acd6a98c9758fa0d362 100644 (file)
@@ -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)