Tarek-Aziz / gamekit

Automatically exported from code.google.com/p/gamekit
0 stars 0 forks source link

build error of ios for recent version by cmake-gui #312

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
-----------------------------------------------------------------------------
-- Graphic backend is Ogre-1.9a
-----------------------------------------------------------------------------
CMake Error at CMake/Packages/FindOpenGLES.cmake:39 (create_search_paths):
  Unknown CMake command "create_search_paths".
Call Stack (most recent call first):
  CMake/DependenciesOgreKit.cmake:30 (find_package)
  CMake/ConfigOgreKit.cmake:129 (include)
  CMakeLists.txt:74 (configure_ogrekit)

Configuring incomplete, errors occurred!

Original issue reported on code.google.com by huhu...@gmail.com on 4 Jun 2013 at 1:48

GoogleCodeExporter commented 8 years ago
This can be fixed by restoring the line:

include(FindPkgMacros)

in CMake/Packages/FindOpenGLES.cmake, whcih was removed in the last checkin

Original comment by du...@chumby.com on 6 Jun 2013 at 3:15

GoogleCodeExporter commented 8 years ago
Updated to trunk.
Thanks.

Original comment by harkon...@gmail.com on 6 Jun 2013 at 3:32

GoogleCodeExporter commented 8 years ago
This fix does not seem to have made it to truck.

Original comment by WDR.dber...@gmail.com on 11 Nov 2014 at 3:53