Workaround MSVC mutex fubar.

This commit is contained in:
Bartosz Taudul 2024-09-23 23:10:11 +02:00
parent 19960c0287
commit 7792b95443
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -26,7 +26,7 @@ else()
endif()
if(WIN32)
add_definitions(-DNOMINMAX -DWIN32_LEAN_AND_MEAN)
add_definitions(-DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR)
add_compile_options(/MP)
else()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fdiagnostics-color=always")