Skip to content

Commit 667414f

Browse files
committed
add c++11 flag
1 parent 54b273e commit 667414f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ target_link_libraries(livetikz
5555
)
5656

5757
file(STRINGS "VERSION" VERSION)
58-
set(CMAKE_CXX_FLAGS "-DAPPVERSION='\"${VERSION}\"'")
58+
set(CMAKE_CXX_FLAGS "-DAPPVERSION='\"${VERSION}\"' -std=c++11")
5959

6060

6161
########### install files ###############

0 commit comments

Comments
 (0)