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:
pouillot 2012-01-21 10:40:53 +00:00
parent 5bc024d4fd
commit 3ba22b5e1f

View file

@ -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)