CGAL v5.2

This commit is contained in:
aothms
2021-01-24 15:10:02 +01:00
parent a55187600e
commit 1064e2fec8
2 changed files with 10 additions and 27 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
################################################################################
cmake_minimum_required(VERSION 3.1.3)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON) # not necessary, but encouraged
project (IfcOpenShell)