From 4cbfca6e4b7a9b465f4b8101de28b9b0f9e38ba8 Mon Sep 17 00:00:00 2001 From: "mhochsteger@cerbsim.com" Date: Fri, 29 Oct 2021 20:23:12 +0200 Subject: [PATCH] rename config.py to config_template.py --- python/CMakeLists.txt | 2 +- python/{config.py => config_template.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename python/{config.py => config_template.py} (100%) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index a38e97b3..5ff2e163 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -4,7 +4,7 @@ if(have_options) get_target_property(ngcore_compile_options ngcore INTERFACE_COMPILE_OPTIONS) endif(have_options) -configure_file(config.py ${CMAKE_CURRENT_BINARY_DIR}/config.py @ONLY) +configure_file(config_template.py ${CMAKE_CURRENT_BINARY_DIR}/config.py @ONLY) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/config.py __main__.py __init__.py diff --git a/python/config.py b/python/config_template.py similarity index 100% rename from python/config.py rename to python/config_template.py