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:
parent
9c0440aed6
commit
639cc05c0f
1 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue