From 111d3728417805ddaacc42aad4dfa27d060cea92 Mon Sep 17 00:00:00 2001 From: Mikko Johannes Koivunalho Date: Sat, 14 Sep 2019 18:15:48 +0200 Subject: [PATCH] Remove the needless resetting of PROJECT_VERSION Variable PROJECT_VERSION was not yet in use when check_stdint.h configuration was updated. Signed-off-by: Mikko Johannes Koivunalho --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a3a8f0a..6e1453c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -384,7 +384,6 @@ set(CONFIG_HEADER ${CMAKE_CURRENT_BINARY_DIR}/config.h) # # When converting to CMake we also want to abandon the m4 macros. # -set(PROJECT_VERSION "${check_VERSION}") configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/check_stdint.h.in ${CMAKE_CURRENT_BINARY_DIR}/check_stdint.h @ONLY) install( -- 2.50.1