Restored default auto-detection of the SVN revision from SVN sandbox (broken after merge from tags/2.0.0-rc1)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4436 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 12a51bd6bd4fe15a17c8098fffcc0a3afeaadd88 Former-commit-id: 63e7c5803c61a0cbb4bb5207c6817e79a1eb41d5
This commit is contained in:
parent
5bc024d4fd
commit
3ba22b5e1f
1 changed files with 1 additions and 1 deletions
|
@ -1023,7 +1023,7 @@ MACRO(ADD_SD_COMPILE_OPTIONS)
|
|||
SET(OPTION_UNLOAD_SSGGRAPH true CACHE BOOL "If false, never unload ssggraph module (useful on some Linuxes to avoid XOrg crashes)")
|
||||
ENDIF(UNIX)
|
||||
|
||||
SET(OPTION_AUTOVERSION true CACHE BOOL "Enable automatic computation of the version from SVN source tree")
|
||||
SET(OPTION_AUTOVERSION true CACHE BOOL "Enable automatic computation of the version from SVN source tree")
|
||||
|
||||
# Compiler definitions.
|
||||
ADD_DEFINITIONS(-D_SVID_SOURCE -D_BSD_SOURCE -DSHM)
|
||||
|
|
Loading…
Reference in a new issue