Removed timestamp from build_version.sh cause it forced a complete recompile of everything, all the time.

This commit is contained in:
Fabian Schlenz 2019-11-17 14:20:55 +01:00
parent 566068f7cd
commit f7c4b0d70a
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
echo -n "-DVERSION=\\\"`git describe --tags --dirty`-`date +%Y%m%d-%H%M%S`\\\""
echo -n "-DVERSION=\\\"`git describe --tags --dirty`\\\""