mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-01 08:19:51 -05:00
Update Ghoul version
Make the modules depend on C++14 Change the OpenSpace code to the new Ghoul version
This commit is contained in:
@@ -76,7 +76,7 @@ endmacro ()
|
||||
|
||||
# Set the compiler settings that are common to all modules
|
||||
function (set_common_compile_settings target_name)
|
||||
set_property(TARGET ${library_name} PROPERTY CXX_STANDARD 11)
|
||||
set_property(TARGET ${library_name} PROPERTY CXX_STANDARD 14)
|
||||
set_property(TARGET ${library_name} PROPERTY CXX_STANDARD_REQUIRED On)
|
||||
|
||||
if (MSVC)
|
||||
|
||||
Reference in New Issue
Block a user