config-store: Remove unused config-store-config.h
This commit is contained in:
committed by
Gabriel Ferreira
parent
bbf4cb80e1
commit
637967a73b
@@ -1,10 +0,0 @@
|
||||
#ifndef NS3_CONFIG_STORE_CONFIG_H
|
||||
#define NS3_CONFIG_STORE_CONFIG_H
|
||||
|
||||
#cmakedefine PYTHONDIR "@PYTHONDIR@"
|
||||
#cmakedefine PYTHONARCHDIR "@PYTHONARCHDIR@"
|
||||
#cmakedefine HAVE_PYEMBED
|
||||
#cmakedefine HAVE_PYEXT
|
||||
#cmakedefine HAVE_PYTHON_H
|
||||
|
||||
#endif // NS3_CONFIG_STORE_CONFIG_H
|
||||
@@ -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)
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
#include "ns3/abort.h"
|
||||
#include "ns3/attribute-construction-list.h"
|
||||
#include "ns3/boolean.h"
|
||||
#include "ns3/config-store-config.h"
|
||||
#include "ns3/enum.h"
|
||||
#include "ns3/log.h"
|
||||
#include "ns3/simulator.h"
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
set(libraries_to_link)
|
||||
|
||||
set(config_headers
|
||||
${CMAKE_HEADER_OUTPUT_DIRECTORY}/config-store-config.h
|
||||
${CMAKE_HEADER_OUTPUT_DIRECTORY}/core-config.h
|
||||
)
|
||||
if(${ENABLE_BUILD_VERSION})
|
||||
|
||||
Reference in New Issue
Block a user