r18948 by craig - Fix new cmake issue with Pythong detection

scribus-commit scribus-commit at lists.scribus.net
Mon Mar 24 22:54:19 UTC 2014


Author: craig
Date: Mon Mar 24 22:54:19 2014
New Revision: 18948

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=18948
Log:
Fix new cmake issue with Pythong detection

Modified:
    trunk/Scribus/CMakeLists.txt

Modified: trunk/Scribus/CMakeLists.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18948&path=/trunk/Scribus/CMakeLists.txt
==============================================================================
--- trunk/Scribus/CMakeLists.txt (original)
+++ trunk/Scribus/CMakeLists.txt Mon Mar 24 22:54:19 2014
@@ -546,8 +546,8 @@
 #<< JPEG, TIFF
 
 #<< PYTHON
-SET(PythonLibs_FIND_VERSION 2)
-FIND_PACKAGE(PythonLibs REQUIRED)
+#SET(PythonLibs_FIND_VERSION 2)
+FIND_PACKAGE(PythonLibs 2 REQUIRED)
 IF (PYTHON_LIBRARY)
   MESSAGE("Python Library Found OK")
   SET(HAVE_PYTHON 1)




More information about the scribus-commit mailing list