]> git.pld-linux.org Git - packages/CEGUI.git/blob - CEGUI-python.patch
- workaround for building with boost 1.59
[packages/CEGUI.git] / CEGUI-python.patch
1 --- cegui-0.8.4/CMakeLists.txt.orig     2014-07-07 10:46:25.000000000 +0200
2 +++ cegui-0.8.4/CMakeLists.txt  2014-10-26 07:04:55.574145118 +0100
3 @@ -106,7 +106,7 @@
4  find_package(Lua51)
5  find_package(TOLUAPP)
6  find_package(PythonInterp)
7 -find_package(PythonLibs)
8 +find_package(PythonLibs ${PYTHON_VERSION_STRING})
9  find_package(Boost 1.36.0 COMPONENTS python unit_test_framework system)
10  
11  find_package(Doxygen)
This page took 0.123019 seconds and 3 git commands to generate.