mirror of https://gitee.com/bigwinds/arangodb
make the string cached so its not regenerated on each invokation, and thus re-creates the lib (#5783)
This commit is contained in:
parent
8a5cf37ba4
commit
cf688487d4
|
@ -117,7 +117,8 @@ else()
|
|||
endif()
|
||||
endif()
|
||||
|
||||
string(TIMESTAMP GIT_DATE_TIME "%Y/%m/%d %H:%M:%S" UTC)
|
||||
string(TIMESTAMP TS "%Y/%m/%d %H:%M:%S" UTC)
|
||||
set(GIT_DATE_TIME "${TS}" CACHE STRING "the time we first built rocksdb")
|
||||
|
||||
find_package(Git)
|
||||
|
||||
|
|
Loading…
Reference in New Issue