Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Sep 13, 2024
1 parent 25dbfda commit c23dca3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ runs:
CONAN_USER_HOME: $GITHUB_WORKSPACE
PM_PACKAGES_ROOT: $GITHUB_WORKSPACE/packman-repo
EZVCPKG_BASEDIR: $GITHUB_WORKSPACE
VCPKG_TRIPLET: "x64-linux"
args:
# Tell bash to run a command
- "-c"
Expand Down
1 change: 1 addition & 0 deletions cmake/Macros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ $<$<CONFIG:MinSizeRel>:${_EXPECTED_MINSIZEREL_POSTFIX}>")
if(MSVC)
# See https://learn.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-1-c4530?view=msvc-170
set(EXTERN_CXX_FLAGS ${EXTERN_CXX_FLAGS} "/EHsc")
set(EXTERN_CXX_FLAGS ${EXTERN_CXX_FLAGS} "-D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR=1")
endif()

# Prepend options with -D
Expand Down
2 changes: 1 addition & 1 deletion extern/cesium-native
Submodule cesium-native updated 1 files
+0 −3 CMakeLists.txt

0 comments on commit c23dca3

Please sign in to comment.