projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
820d02c
)
Don't cache APPDATADIR--it's derived from CMAKE_INSTALL_PREFIX, which is already...
author
Ryan Flegel
<rflegel@gmail.com>
Thu, 12 Jun 2008 20:46:49 +0000
(20:46 +0000)
committer
Ryan Flegel
<rflegel@gmail.com>
Thu, 12 Jun 2008 20:46:49 +0000
(20:46 +0000)
SVN-Revision: 5565
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
0237693
..
807b529
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-60,7
+60,7
@@
MARK_AS_ADVANCED(
APPDATADIR
)
OPTION(ENABLE_BINRELOC "Enable autopackage's BINRELOC features" OFF)
-SET(APPDATADIR "${CMAKE_INSTALL_PREFIX}/share/games/supertux2"
CACHE STRING "APPDATADIR where data files reside"
)
+SET(APPDATADIR "${CMAKE_INSTALL_PREFIX}/share/games/supertux2")
## Check endianess