We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f042eec + c6deccd commit 45887cfCopy full SHA for 45887cf
1 file changed
CMakeLists.txt
@@ -484,7 +484,7 @@ if (STDEXEC_ENABLE_NUMA)
484
endif()
485
486
set(SYSTEM_CONTEXT_SOURCES src/system_context/system_context.cpp)
487
-add_library(system_context STATIC ${SYSTEM_CONTEXT_SOURCES})
+add_library(system_context ${SYSTEM_CONTEXT_SOURCES})
488
target_compile_features(system_context PUBLIC cxx_std_20)
489
set_target_properties(system_context PROPERTIES
490
CXX_STANDARD 20
0 commit comments