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 54b273e commit 667414fCopy full SHA for 667414f
CMakeLists.txt
@@ -55,7 +55,7 @@ target_link_libraries(livetikz
55
)
56
57
file(STRINGS "VERSION" VERSION)
58
-set(CMAKE_CXX_FLAGS "-DAPPVERSION='\"${VERSION}\"'")
+set(CMAKE_CXX_FLAGS "-DAPPVERSION='\"${VERSION}\"' -std=c++11")
59
60
61
########### install files ###############
0 commit comments