1
0
forked from fsfw/fsfw

include cmake-modules manually instead

- Instead of using FetchContent
- Separate folder for easier update and for distintion
- LICENSE file included
This commit is contained in:
2022-04-22 14:33:34 +02:00
parent b951cb736a
commit effecd4662
8 changed files with 900 additions and 308 deletions

View File

@ -6,7 +6,7 @@
# 4. Revision
# 5. git SHA hash and commits since tag
function(determine_version_with_git)
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/GetGitRevisionDescription.cmake)
include(GetGitRevisionDescription)
git_describe(VERSION ${ARGN})
string(FIND ${VERSION} "." VALID_VERSION)
if(VALID_VERSION EQUAL -1)