mechanicmarx / gamekit

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

Build error using svn:external or Gamekit #189

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create new repository for your gamekit app
2. add gamekit as svn:external
3. create CMakeLists.txt in your repository to build your projet
4. add gamekit as subdir of your CMakeLists.txt build

Gamekit build system use CMAKE_SOURCE_DIR inside your config_ogrekit module, 
this cause problem when gamekit isn´t root of build system. I change this to 
use ${ROOT} variable and works.

Now is it possible integrate gamekit with a external cmake build system.

Original issue reported on code.google.com by adribe...@gmail.com on 6 Oct 2011 at 7:20

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the patch.

Original comment by harkon...@gmail.com on 8 Oct 2011 at 3:55