We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e357501 + a165bdf commit b13e062Copy full SHA for b13e062
packages/bonsoir_windows/windows/CMakeLists.txt
@@ -8,6 +8,9 @@ cmake_minimum_required(VERSION 3.14)
8
set(PROJECT_NAME "bonsoir_windows")
9
project(${PROJECT_NAME} LANGUAGES CXX)
10
11
+# Deal with MSVC incompatiblity
12
+add_compile_definitions(_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR)
13
+
14
# This value is used when generating builds using this plugin, so it must
15
# not be changed
16
set(PLUGIN_NAME "bonsoir_windows_plugin")
0 commit comments