rename config.py to config_template.py

This commit is contained in:
mhochsteger@cerbsim.com 2021-10-29 20:23:12 +02:00
parent ed80150dd7
commit 4cbfca6e4b
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ if(have_options)
get_target_property(ngcore_compile_options ngcore INTERFACE_COMPILE_OPTIONS) get_target_property(ngcore_compile_options ngcore INTERFACE_COMPILE_OPTIONS)
endif(have_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 install(FILES
${CMAKE_CURRENT_BINARY_DIR}/config.py __main__.py __init__.py ${CMAKE_CURRENT_BINARY_DIR}/config.py __main__.py __init__.py