From abf1a747864a945e733ce83406f3a464ddc95d06 Mon Sep 17 00:00:00 2001 From: EndrII Date: Tue, 18 Jan 2022 12:29:16 +0300 Subject: [PATCH] fix cmake --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 03ad5da..2ecd05e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,9 +65,6 @@ make_directory(Distro) initAll() -updateGitVars() -set(RENAME_VERSION "0.${GIT_COMMIT_COUNT}.${GIT_COMMIT_HASH}") - add_subdirectory(src/Library) if (DEFINED RENAME_ME_EXAMPLE)