File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ if (WIN32)
166
166
# "VCRUNTIME140.dll not found. Try reinstalling the app.", but give users
167
167
# a choice to opt for the shared runtime if they want.
168
168
option (USE_STATIC_CRT "Link against the static runtime libraries." ON )
169
+ set (CMAKE_CXX_STANDARD 20)
169
170
170
171
# On Windows we need to instruct cmake to generate the .def in order to get the .lib required
171
172
# when linking against dlls. CL.EXE will not generate .lib without .def file (or without pragma
@@ -452,7 +453,8 @@ endif()
452
453
453
454
# By default, build with Vulkan support on desktop platforms, although clients must request to use
454
455
# it at run time.
455
- if (WIN32 OR WEBGL OR IOS)
456
+ # if (WIN32 OR WEBGL OR IOS)
457
+ if (WEBGL OR IOS)
456
458
option (FILAMENT_SUPPORTS_VULKAN "Include the Vulkan backend" OFF )
457
459
else ()
458
460
option (FILAMENT_SUPPORTS_VULKAN "Include the Vulkan backend" ON )
You can’t perform that action at this time.
0 commit comments