1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-22 18:15:25 +01:00

changes for latest yaml-cpp and CPP 11

This commit is contained in:
darren
2019-05-29 14:06:19 -07:00
parent bd0046c144
commit dfe55cf217
3 changed files with 15 additions and 21 deletions

View File

@@ -13,12 +13,13 @@ if(POLICY CMP0015)
cmake_policy(SET CMP0015 OLD)
endif()
###
### Project settings
###
project(PINPROC)
set (CMAKE_CXX_STANDARD 11)
set(PINPROC_VERSION_MAJOR "2")
set(PINPROC_VERSION_MINOR "0")
set(PINPROC_VERSION "${PINPROC_VERSION_MAJOR}.${PINPROC_VERSION_MINOR}")