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:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user