Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
HexEx
libHexEx
Commits
d77047ca
Commit
d77047ca
authored
Oct 21, 2020
by
Max Lyon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
require c++11 for demos
parent
63da6201
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
demo/cmdline_tool/CMakeLists.txt
demo/cmdline_tool/CMakeLists.txt
+3
-0
demo/minimum_example/CMakeLists.txt
demo/minimum_example/CMakeLists.txt
+3
-0
No files found.
demo/cmdline_tool/CMakeLists.txt
View file @
d77047ca
...
...
@@ -61,4 +61,7 @@ endif()
set_target_properties
(
cmdline_tool
PROPERTIES
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()
set_target_properties
(
minimum_example
PROPERTIES
INCLUDE_DIRECTORIES
"
${
MINIMUM_EXAMPLE_INCLUDE_DIRS
}
"
CXX_STANDARD 11
CXX_STANDARD_REQUIRED YES
CXX_EXTENSIONS NO
)
Write
Preview
Markdown
is supported
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