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
MPIfR-BDG
psrdada_cpp
Commits
7beb2222
Commit
7beb2222
authored
Mar 13, 2020
by
Tobias Winchen
Browse files
Use C++ 11
parent
eee6bb79
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
7beb2222
...
...
@@ -7,6 +7,9 @@ enable_testing()
set
(
psrdada_cpp_VERSION_MAJOR 0
)
set
(
psrdada_cpp_VERSION_MINOR 1
)
set
(
CMAKE_CXX_STANDARD 11
)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
# cmake setup.
list
(
INSERT CMAKE_MODULE_PATH 0
${
CMAKE_SOURCE_DIR
}
/cmake
)
...
...
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