r18950 by craig - Fix Python finding for 1.4.4
scribus-commit
scribus-commit at lists.scribus.net
Tue Mar 25 19:23:33 UTC 2014
Author: craig
Date: Tue Mar 25 19:23:33 2014
New Revision: 18950
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=18950
Log:
Fix Python finding for 1.4.4
Modified:
branches/Version14x/Scribus/CMakeLists.txt
Modified: branches/Version14x/Scribus/CMakeLists.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18950&path=/branches/Version14x/Scribus/CMakeLists.txt
==============================================================================
--- branches/Version14x/Scribus/CMakeLists.txt (original)
+++ branches/Version14x/Scribus/CMakeLists.txt Tue Mar 25 19:23:33 2014
@@ -534,8 +534,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