mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 02:29:49 -06: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:
Submodule apps/OpenSpace/ext/sgct updated: 35fa986062...3fca4ba79f
Submodule ext/ghoul updated: 5e61410f45...e7ff4891f4
@@ -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
|
||||
|
||||
Submodule support/coding/codegen updated: 83239bacae...3d3cb4e0c0
Reference in New Issue
Block a user