You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
option(BUILD_ALL_EXTENSIONS "Build loader and layers with all extensions"OFF)
26
26
option(BUILD_LOADER_WITH_EXCEPTION_HANDLING "Enable exception handling in the loader. Leave this on unless your standard library is built to not throw."ON)
27
+
if(MINGW)
28
+
option(BUILD_WITHOUT_STD_FILESYSTEM "Build without std::[experimental::]filesystem, to work around standard library bugs"ON)
29
+
endif()
27
30
if(CMAKE_SYSTEM_NAMESTREQUAL"Windows")
28
31
option(DYNAMIC_LOADER "Build the loader as a .dll library"OFF)
0 commit comments