Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MSK-SW
Infrastructure and Support
TC4
tc4eqfct
Commits
64115eb0
Commit
64115eb0
authored
Sep 11, 2018
by
Martin Killenberg
Browse files
increased minor version number due to namespace change in header
parent
69ad555b
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
64115eb0
...
...
@@ -3,8 +3,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.7)
PROJECT
(
doocs-TC4-EqFct
)
SET
(
${
PROJECT_NAME
}
_MAJOR_VERSION 01
)
SET
(
${
PROJECT_NAME
}
_MINOR_VERSION 0
5
)
SET
(
${
PROJECT_NAME
}
_PATCH_VERSION 0
1
)
SET
(
${
PROJECT_NAME
}
_MINOR_VERSION 0
6
)
SET
(
${
PROJECT_NAME
}
_PATCH_VERSION 0
0
)
include
(
${
CMAKE_SOURCE_DIR
}
/cmake/set_version_numbers.cmake
)
list
(
APPEND CMAKE_MODULE_PATH
${
CMAKE_SOURCE_DIR
}
/cmake/Modules
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment