1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

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 15:29:39 +00:00 committed by Steffen Vogel
parent 9c0440aed6
commit 639cc05c0f

View file

@ -8,16 +8,18 @@
#
##############################################################################
cmake_minimum_required(VERSION 3.7)
cmake_minimum_required(VERSION 3.14)
project(villas-common
VERSION 0.0.0
DESCRIPTION "VILLAScommon"
HOMEPAGE_URL "https://git.rwth-aachen.de/acs/public/villas/VILLAScommon"
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://git.rwth-aachen.de/acs/public/villas/VILLAScommon")
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
set(TOPLEVEL_PROJECT ON)