Skip to content

Commit

Permalink
Use generated force_linking files for config module
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Jun 28, 2019
1 parent ba255de commit e9ddd43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion libs/config/CMakeLists.txt
Expand Up @@ -40,7 +40,7 @@ add_hpx_module(config
COMPATIBILITY_HEADERS OFF
GLOBAL_HEADER_GEN OFF
INSTALL_BINARIES OFF
FORCE_LINKING_GEN OFF
FORCE_LINKING_GEN ON
SOURCES ${config_sources}
HEADERS ${config_headers}
DEPENDENCIES hpx_preprocessor
Expand Down
6 changes: 0 additions & 6 deletions libs/config/src/version.cpp
Expand Up @@ -7,7 +7,6 @@
////////////////////////////////////////////////////////////////////////////////

#include <hpx/config/export_definitions.hpp>
#include <hpx/config/force_linking.hpp>
#include <hpx/config/version.hpp>
#include <hpx/preprocessor/stringize.hpp>

Expand All @@ -18,9 +17,4 @@ namespace hpx
HPX_PP_STRINGIZE(HPX_CHECK_VERSION);
HPX_EXPORT char const HPX_CHECK_BOOST_VERSION[] =
HPX_PP_STRINGIZE(HPX_CHECK_BOOST_VERSION);

namespace config
{
void force_linking() {}
}
}

0 comments on commit e9ddd43

Please sign in to comment.