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 ac894fb commit bedaa89Copy full SHA for bedaa89
cmake/vcpkg_triplets/x64-windows-otel-matlab.cmake
@@ -9,3 +9,4 @@ endif()
9
# Define a preprocessor macro _DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR to work around an invalid MEX file issue
10
# See https://github.com/mathworks/OpenTelemetry-Matlab/issues/130
11
set(VCPKG_CXX_FLAGS "/D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR")
12
+set(VCPKG_C_FLAGS "/D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR")
0 commit comments