Commit 9afc960d authored by Kevin M. Godby's avatar Kevin M. Godby

Enforce C++11 standard.

parent e8a669fe
......@@ -6,6 +6,9 @@
cmake_minimum_required(VERSION 3.0)
project(spdlog VERSION 1.0.0)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
add_library(spdlog INTERFACE)
option(SPDLOG_BUILD_EXAMPLES "Build examples" OFF)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment