mirror of
https://github.com/Kistler-Group/sdbus-cpp.git
synced 2025-08-03 20:14:25 +02:00
Fix stub generator C++ standard back to 14
This commit is contained in:
@@ -35,7 +35,7 @@ set(SDBUSCPP_XML2CPP_SRCS
|
||||
# GENERAL COMPILER CONFIGURATION
|
||||
#-------------------------------
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
#----------------------------------
|
||||
# EXECUTABLE BUILD INFORMATION
|
||||
|
Reference in New Issue
Block a user