cmake: add missing version number

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2023-01-10 16:30:22 +00:00
parent f5c25c4592
commit 28fa9f6045
2 changed files with 4 additions and 3 deletions

View File

@ -5,17 +5,18 @@
# @license Apache 2.0
###################################################################################
cmake_minimum_required(VERSION 3.6)
cmake_minimum_required(VERSION 3.14)
project(villas-node
VERSION 0.0.0
DESCRIPTION "VILLASnode"
HOMEPAGE_URL "https://www.fein-aachen.org/projects/villas-node/"
LANGUAGES C CXX
)
# Some more project settings
set(PROJECT_AUTHOR "Steffen Vogel")
set(PROJECT_COPYRIGHT "2014-2021, Institute for Automation of Complex Power Systems, RWTH Aachen University")
set(PROJECT_HOMEPAGE_URL "https://www.fein-aachen.org/projects/villas-node/")
# Several CMake settings/defaults
set(CMAKE_C_STANDARD 11)

2
common

@ -1 +1 @@
Subproject commit f69230e203f5fdcbc5932235ae675633a2ffe07b
Subproject commit b18d2aca5b9a158aaba3a0f82cffe253fc427b15