File tree Expand file tree Collapse file tree 2 files changed +8
-29
lines changed Expand file tree Collapse file tree 2 files changed +8
-29
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 21
21
# FOR A PARTICULAR PURPOSE. See GNU General Public License for details. #
22
22
23
23
cmake_minimum_required (VERSION 2.8 )
24
- cmake_policy (SET CMP0048 NEW )
25
- cmake_policy (SET CMP0079 NEW )
24
+ cmake_policy (SET CMP0048 NEW )
26
25
27
- option (BUILD_EXAMPLE "Build demo" ON )
26
+ option (BUILD_EXAMPLE "Build demo" ON )
27
+ set (GK_VERSION_MAJOR 3 )
28
+ set (GK_VERSION_MINOR 0 )
29
+ set (GK_VERSION_PATCH 0 )
28
30
29
31
project (lib_opengjk_ce
30
32
LANGUAGES C
31
- VERSION ${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}
32
- DESCRIPTION "openGJK library "
33
- HOMEPAGE_URL "https://mattiamontanari.com/opengjk"
33
+ DESCRIPTION "openGJK library community edition (CE)"
34
+ HOMEPAGE_URL "www.mattiamontanari.com/opengjk/ "
35
+ VERSION ${GK_VERSION_MAJOR} .${GK_VERSION_MINOR}.${GK_VERSION_PATCH}
34
36
)
35
37
36
38
set ( C_STANDARD 99 )
You can’t perform that action at this time.
0 commit comments