]> OCCT Git - occt.git/commit
0032921: Set C++11 standard for several projects.
authorddzama <ddzama@opencascade.com>
Fri, 3 Jun 2022 09:23:35 +0000 (12:23 +0300)
committerddzama <ddzama@opencascade.com>
Mon, 29 Aug 2022 10:32:30 +0000 (13:32 +0300)
commitefc007f0449b174332de316b57d834996edac19b
tree943c16ccf5834f62234736254e2f401d682776f9
parentc45ac2784674dd2030194bb124b6216ca6d5f694
0032921: Set C++11 standard for several projects.

Several projects depends on Qt library 0f 5.11.2 version.
TKDFBrowser
TKMessageView
TKShapeView
TKTInspector
TInspectorEXE
TKTreeModel
TKMessageModel
TKVInspector
TKToolsDraw
TKTInspectorAPI
TKView

When using C++20 language standard, compilation errors occures because
of incompatibility of 5.11.2 version of Qt library interface with C++20 standard.
Therefore, these projects stay on C++11 language standard.
tools/TInspectorEXE/CMakeLists.txt
tools/TKDFBrowser/CMakeLists.txt
tools/TKMessageModel/CMakeLists.txt
tools/TKMessageView/CMakeLists.txt
tools/TKShapeView/CMakeLists.txt
tools/TKTInspector/CMakeLists.txt
tools/TKTInspectorAPI/CMakeLists.txt
tools/TKToolsDraw/CMakeLists.txt
tools/TKTreeModel/CMakeLists.txt
tools/TKVInspector/CMakeLists.txt
tools/TKView/CMakeLists.txt