Skip to content
Snippets Groups Projects
Commit 7f59c673 authored by Jan Möbius's avatar Jan Möbius
Browse files

Set cxx standard to 13

parent b6d8303a
No related branches found
No related tags found
No related merge requests found
Pipeline #24829 failed
......@@ -4,7 +4,7 @@ project(openmesh
VERSION 1.2.1
LANGUAGES CXX )
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 13)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
add_subdirectory(OpenMesh)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment