Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 43b3f98

Browse filesBrowse files
author
Matthew Allen
committed
Update C++ standard in make
1 parent acb2934 commit 43b3f98
Copy full SHA for 43b3f98

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎CMakeLists.txt

Copy file name to clipboardExpand all lines: CMakeLists.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ add_library(${PROJECT_NAME} ${SOURCE_LITEHTML} ${HEADER_LITEHTML})
174174
set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${PROJECT_LIB_VERSION} SOVERSION ${PROJECT_SO_VERSION})
175175

176176
set_target_properties(${PROJECT_NAME} PROPERTIES
177-
CXX_STANDARD 11
177+
CXX_STANDARD 17
178178
C_STANDARD 99
179179
PUBLIC_HEADER "${HEADER_LITEHTML}"
180180
)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.