We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbac580 commit ef173fbCopy full SHA for ef173fb
qrenderdoc/Code/pyrenderdoc/CMakeLists.txt
@@ -1,6 +1,6 @@
1
# Build as C++14 for the python bindings template-fu
2
if (CMAKE_VERSION VERSION_LESS "3.1")
3
- set (CMAKE_CXX_FLAGS "--std=c++14 ${CMAKE_CXX_FLAGS}")
+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --std=c++14")
4
else ()
5
set (CMAKE_CXX_STANDARD 14)
6
endif ()
0 commit comments