config-store: Remove unused config-store-config.h

This commit is contained in:
André Apitzsch
2024-12-09 09:33:05 +01:00
committed by Gabriel Ferreira
parent bbf4cb80e1
commit 637967a73b
4 changed files with 0 additions and 18 deletions

View File

@@ -827,12 +827,6 @@ macro(process_options)
endif()
endif()
# Process config-store-config
configure_file(
${PROJECT_SOURCE_DIR}/build-support/config-store-config-template.h
${CMAKE_HEADER_OUTPUT_DIRECTORY}/config-store-config.h
)
set(ENABLE_MPI FALSE)
if(${NS3_MPI})
find_package(MPI QUIET)