@@ -14,7 +14,7 @@ FetchContent_Declare(AndroidExtensions
14
14
GIT_TAG 7d88a601fda9892791e7b4e994e375e049615688 )
15
15
FetchContent_Declare (arcana.cpp
16
16
GIT_REPOSITORY https://github.com/microsoft/arcana.cpp.git
17
- GIT_TAG f2757396e80bc4169f2ddb938ce25367a98ffdd0 )
17
+ GIT_TAG 1a8a5d6e95413ed14b38a6ac9419048f9a9c8009 )
18
18
FetchContent_Declare (arcore-android-sdk
19
19
GIT_REPOSITORY https://github.com/google-ar/arcore-android-sdk.git
20
20
GIT_TAG 98cb803de5482fb2b36effe8be3b5a0d3b726976 )
@@ -23,7 +23,7 @@ FetchContent_Declare(base-n
23
23
GIT_TAG 7573e77c0b9b0e8a5fb63d96dbde212c921993b4 )
24
24
FetchContent_Declare (bgfx.cmake
25
25
GIT_REPOSITORY https://github.com/BabylonJS/bgfx.cmake.git
26
- GIT_TAG 345e3e28a9912983fc64d1dcb4da22a445afe3fd )
26
+ GIT_TAG 17e2f84510dbb69c87a02b08fb11cecb2c4afc9b )
27
27
FetchContent_Declare (CMakeExtensions
28
28
GIT_REPOSITORY https://github.com/BabylonJS/CMakeExtensions.git
29
29
GIT_TAG ea28b7689530bfdc4905806f27ecf7e8ed4b5419 )
@@ -34,7 +34,7 @@ FetchContent_Declare(googletest
34
34
URL "https://github.com/google/googletest/archive/refs/tags/v1.14.0.tar.gz" )
35
35
FetchContent_Declare (ios-cmake
36
36
GIT_REPOSITORY https://github.com/leetal/ios-cmake.git
37
- GIT_TAG 4.4.1 )
37
+ GIT_TAG 4.5.0 )
38
38
FetchContent_Declare (JsRuntimeHost
39
39
GIT_REPOSITORY https://github.com/BabylonJS/JsRuntimeHost.git
40
40
GIT_TAG 9ccb9477a97501525f3f9ca0e00e6971934037ec )
@@ -141,6 +141,9 @@ if(MSVC)
141
141
# https://gitlab.kitware.com/cmake/cmake/-/issues/18837
142
142
add_compile_options (/Zc:__cplusplus )
143
143
144
+ # https://devblogs.microsoft.com/cppblog/announcing-full-support-for-a-c-c-conformant-preprocessor-in-msvc/
145
+ add_compile_options (/Zc:preprocessor )
146
+
144
147
# default to /W3
145
148
add_compile_options (/W3 )
146
149
endif ()
0 commit comments