Skip to content
Snippets Groups Projects
Commit 35a181b9 authored by Deepak Rangarajan's avatar Deepak Rangarajan
Browse files

include ctest in cmakefile

parent 0d99a8d9
No related branches found
No related tags found
1 merge request!101include ctest in cmakefile
Pipeline #28926 passed
......@@ -6,6 +6,8 @@ project(CSG-EB
LANGUAGES CXX
)
include(CTest)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment