Index: etlcpp/CMakeLists.txt
===================================================================
--- etlcpp.orig/CMakeLists.txt
+++ etlcpp/CMakeLists.txt
@@ -6,11 +6,6 @@ cmake_minimum_required(VERSION 3.10)
 include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/helpers.cmake)
 
 set(MSG_PREFIX "etl |")
-etl_determine_version_with_git(${GIT_DIR_LOOKUP_POLICY})
-if(NOT ETL_VERSION)
-    etl_determine_version_with_file("version.txt")
-endif()
-
 project(etl VERSION ${ETL_VERSION} LANGUAGES CXX)
 
 option(BUILD_TESTS "Build unit tests" OFF)
