Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HexEx
libHexEx
Commits
d77047ca
Commit
d77047ca
authored
Oct 21, 2020
by
Max Lyon
Browse files
require c++11 for demos
parent
63da6201
Changes
2
Hide whitespace changes
Inline
Side-by-side
demo/cmdline_tool/CMakeLists.txt
View file @
d77047ca
...
@@ -61,4 +61,7 @@ endif()
...
@@ -61,4 +61,7 @@ endif()
set_target_properties
(
cmdline_tool
set_target_properties
(
cmdline_tool
PROPERTIES
PROPERTIES
INCLUDE_DIRECTORIES
"
${
CMDLINE_TOOL_INCLUDE_DIRS
}
"
INCLUDE_DIRECTORIES
"
${
CMDLINE_TOOL_INCLUDE_DIRS
}
"
CXX_STANDARD 11
CXX_STANDARD_REQUIRED YES
CXX_EXTENSIONS NO
)
)
demo/minimum_example/CMakeLists.txt
View file @
d77047ca
...
@@ -61,5 +61,8 @@ endif()
...
@@ -61,5 +61,8 @@ endif()
set_target_properties
(
minimum_example
set_target_properties
(
minimum_example
PROPERTIES
PROPERTIES
INCLUDE_DIRECTORIES
"
${
MINIMUM_EXAMPLE_INCLUDE_DIRS
}
"
INCLUDE_DIRECTORIES
"
${
MINIMUM_EXAMPLE_INCLUDE_DIRS
}
"
CXX_STANDARD 11
CXX_STANDARD_REQUIRED YES
CXX_EXTENSIONS NO
)
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment