Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-util
Commits
551d9c47
Unverified
Commit
551d9c47
authored
May 24, 2021
by
Guilhem Saurel
Committed by
GitHub
May 24, 2021
Browse files
Merge pull request #29 from nim65s/devel
[CMake] Switch to C++14
parents
77c5ac9f
90f26d68
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
551d9c47
...
...
@@ -27,7 +27,7 @@ SET(PROJECT_USE_CMAKE_EXPORT TRUE)
COMPUTE_PROJECT_ARGS
(
PROJECT_ARGS LANGUAGES CXX C
)
PROJECT
(
${
PROJECT_NAME
}
${
PROJECT_ARGS
}
)
CHECK_MINIMAL_CXX_STANDARD
(
1
1
REQUIRED
)
CHECK_MINIMAL_CXX_STANDARD
(
1
4
REQUIRED
)
# Search for Boost.
ADD_PROJECT_DEPENDENCY
(
Boost REQUIRED COMPONENTS filesystem serialization
)
...
...
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