Skip to content
Snippets Groups Projects
Commit 7beb2222 authored by Tobias Winchen's avatar Tobias Winchen
Browse files

Use C++ 11

parent eee6bb79
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment