CEGUI's CMakeLists contains:
Code: Select all
find_package(PythonInterp)Code: Select all
find_package(PythonLibs)It should be:
Code: Select all
find_package(PythonLibs 2)Moderators: CEGUI MVP, CEGUI Team
Code: Select all
find_package(PythonInterp)Code: Select all
find_package(PythonLibs)Code: Select all
find_package(PythonLibs 2)Return to “Bug Reports, Suggestions, Feature Requests”
Users browsing this forum: No registered users and 18 guests