We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1704625 commit d8a57e8Copy full SHA for d8a57e8
1 file changed
cmake/HPX_AddComponent.cmake
@@ -322,6 +322,11 @@ function(add_hpx_component name)
322
endif()
323
324
325
+ if(HPX_WITH_CXX_MODULES AND MSVC)
326
+ # ignore warnings about exported symbols being imported
327
+ set(${name}_LINK_FLAGS "${${name}_LINK_FLAGS} /ignore:4217 /ignore:4286")
328
+ endif()
329
+
330
hpx_setup_target(
331
${name}_component
332
TYPE COMPONENT
0 commit comments