Skip to content

Commit

Permalink
Add mutex fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Sep 12, 2024
1 parent 4ae193b commit 94dcd65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extern/cesium-native
Submodule cesium-native updated 1 files
+3 −0 CMakeLists.txt
2 changes: 1 addition & 1 deletion vcpkg/triplets/x64-windows-omniverse.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)

# Techically we should be setting /MDd if USE_NVIDIA_RELEASE_LIBRARIES is false
set(VCPKG_CXX_FLAGS "/MD /MP /EHsc")
set(VCPKG_CXX_FLAGS "/MD /MP /EHsc -D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR")
set(VCPKG_C_FLAGS "${VCPKG_CXX_FLAGS}")

0 comments on commit 94dcd65

Please sign in to comment.