From 19386d7e129142fcf17c9efcab281dc6e6769243 Mon Sep 17 00:00:00 2001 From: Samuel Henrique Date: Sat, 14 Aug 2021 18:20:54 +0100 Subject: [PATCH] Disable example config generation at build time Forwarded: not-needed This patch is needed for reproducible builds Gbp-Pq: Name disable_config_generation.patch --- CMakeLists.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d687cdd..1d3974b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -155,13 +155,13 @@ endif() # }}} # Configure and install {{{ -configure_file( - ${CMAKE_CURRENT_LIST_DIR}/config.cmake - ${CMAKE_CURRENT_LIST_DIR}/config - ESCAPE_QUOTES @ONLY) - -install(FILES config - DESTINATION ${CMAKE_INSTALL_DOCDIR} - COMPONENT config) +#configure_file( +# ${CMAKE_CURRENT_LIST_DIR}/config.cmake +# ${CMAKE_CURRENT_LIST_DIR}/config +# ESCAPE_QUOTES @ONLY) +# +#install(FILES config +# DESTINATION ${CMAKE_INSTALL_DOCDIR} +# COMPONENT config) # }}} -- 2.30.2