------------------------------------------------------------
revno: 3490
committer: Anton Gladky <[email protected]>
timestamp: Sat 2014-10-18 09:13:49 +0200
message:
Use Python 2.7 only
modified:
CMakeLists.txt
--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to
https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2014-10-18 07:12:29 +0000
+++ CMakeLists.txt 2014-10-18 07:13:49 +0000
@@ -115,7 +115,7 @@
FIND_PACKAGE(BZip2 REQUIRED)
FIND_PACKAGE(ZLIB REQUIRED)
-SET(Python_ADDITIONAL_VERSIONS 2.6 2.7)
+SET(Python_ADDITIONAL_VERSIONS 2.7)
FIND_PACKAGE(PythonLibs REQUIRED)
INCLUDE_DIRECTORIES(${PYTHON_INCLUDE_PATH})
#===========================================================
_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help : https://help.launchpad.net/ListHelp