mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-29 07:19:28 -05:00
Revert C++ version back to 20 due to a bug in Clang17
https://github.com/llvm/llvm-project/issues/61415
This commit is contained in:
@@ -23,7 +23,9 @@
|
||||
##########################################################################################
|
||||
|
||||
function (set_openspace_compile_settings target)
|
||||
target_compile_features(${target} PUBLIC cxx_std_23)
|
||||
# Switching to cxx_std_23 triggers a bug in Clang17
|
||||
# https://github.com/llvm/llvm-project/issues/61415
|
||||
target_compile_features(${target} PUBLIC cxx_std_20)
|
||||
|
||||
set(MSVC_WARNINGS
|
||||
"/MP" # Multi-threading support
|
||||
|
||||
+1
-1
Submodule support/coding/codegen updated: 83239bacae...3d3cb4e0c0
Reference in New Issue
Block a user