summaryrefslogtreecommitdiff
path: root/indra/cmake/00-Common.cmake
diff options
context:
space:
mode:
authorBrad Linden <brad@lindenlab.com>2024-06-17 16:02:57 -0700
committerBrad Linden <brad@lindenlab.com>2024-06-17 16:02:57 -0700
commitd0dfffe659b24f5a6bfadc5cc612869e1f08bb93 (patch)
tree8df3c672aba2f1aca8e9861bcf7626bd8116b107 /indra/cmake/00-Common.cmake
parent5e60392c273f0c9c5efa765a05414c618381780a (diff)
parent375555012f92c1b836f2d122754f9facd050be62 (diff)
Merge remote-tracking branch 'origin/develop' into brad/webrtc-voice-develop
Diffstat (limited to 'indra/cmake/00-Common.cmake')
-rw-r--r--indra/cmake/00-Common.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake
index ceb04b014b..d827afed26 100644
--- a/indra/cmake/00-Common.cmake
+++ b/indra/cmake/00-Common.cmake
@@ -108,6 +108,9 @@ if (WINDOWS)
# https://github.com/actions/runner-images/issues/10004#issuecomment-2153445161
# can be removed after the above issue is resolved and deployed across GHA
add_compile_definitions(_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR)
+
+ # Allow use of sprintf etc
+ add_compile_definitions(_CRT_SECURE_NO_WARNINGS)
endif (WINDOWS)