We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0335ed6 commit d9c9e18Copy full SHA for d9c9e18
1 file changed
src/serious_python_windows/windows/CMakeLists.txt
@@ -42,6 +42,7 @@ add_library(${PLUGIN_NAME} SHARED
42
# application-level CMakeLists.txt. This can be removed for plugins that want
43
# full control over build settings.
44
apply_standard_settings(${PLUGIN_NAME})
45
+target_compile_features(${PLUGIN_NAME} PRIVATE cxx_std_20)
46
47
# Symbols are hidden by default to reduce the chance of accidental conflicts
48
# between plugins. This should not be removed; any symbols that should be
@@ -105,4 +106,4 @@ if(DEFINED ENV{SERIOUS_PYTHON_SITE_PACKAGES})
105
106
"$ENV{SERIOUS_PYTHON_SITE_PACKAGES}"
107
"${CMAKE_BINARY_DIR}/runner/$<$<CONFIG:Release>:Release>$<$<CONFIG:Debug>:Debug>/site-packages"
108
)
-endif()
109
+endif()
0 commit comments