Skip to content
Snippets Groups Projects
Commit 7c160517 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

correct version of config generator base script

parent 0bb17379
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
# PROJECT(exampleserver-config NONE)
# cmake_minimum_required(VERSION 3.5)
#
# # Note: Always keep MAJOR_VERSION and MINOR_VERSION identical to the server version. Count only the patch separately.
# set(${PROJECT_NAME}_MAJOR_VERSION 01)
# set(${PROJECT_NAME}_MINOR_VERSION 00)
# set(${PROJECT_NAME}_PATCH_VERSION 00)
......@@ -16,7 +17,7 @@
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules)
find_package(ConfigGenerator 01.00 REQUIRED)
find_package(ConfigGenerator 02.00 REQUIRED)
set(DESTDIR share/ConfigGenerator${ConfigGenerator_VERSION})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment