Bug 557: config.h misses INSTALL_SUBDIR_* variables on first cmake run
authorflorianf <florianf@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Sat, 30 Jan 2010 11:08:04 +0000 (11:08 +0000)
committerflorianf <florianf@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Sat, 30 Jan 2010 11:08:04 +0000 (11:08 +0000)
commitb80f7241c1614e67d49aa41a93949cc2988754af
treefca35147b221f8943de92501d3e59ca5de0a8752
parent590460fb3b8ca5c1eb4b7d5787af9d984032cd8d
Bug 557: config.h misses INSTALL_SUBDIR_* variables on first cmake run

The first time cmake runs in a new supertux build tree, config.h is generated
before the INSTALL_SUBDIR_{BIN,SHARE} variables are set and thus contains empty
values for these variables. If the executable is built right away and run, it
crashes because it cannot find the data files.

Resolves #557. Thanks to Matt McCutchen for this patch.

git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6293 837edb03-e0f3-0310-88ca-d4d4e8b29345
CMakeLists.txt