mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 10:57:49 +00:00
cmake: bump version and add compile commands
This commit is contained in:
committed by
Thomas Krijnen
parent
e341fb9892
commit
66a0b56443
@@ -17,9 +17,10 @@
|
||||
# #
|
||||
################################################################################
|
||||
|
||||
cmake_minimum_required(VERSION 3.1.3)
|
||||
cmake_minimum_required(VERSION 3.21)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON) # not necessary, but encouraged
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
project(IfcOpenShell VERSION 0.8.0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user