Skip to content
Snippets Groups Projects
Commit 040a6736 authored by Valerio Pastore's avatar Valerio Pastore
Browse files

code cleaning

parent 0a03c21e
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.9)
project(CL_Conf)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
option(CLCONF_BUILD_SHARED "Build CLCLconf as a shared library." OFF)
......
Subproject commit 61d651c4f8cc0f06c41a4797723546ccdb6022d0
Subproject commit 8a0ea2d0e699863df5fe1c91caf2d7b0855957be
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