File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ option(DISABLE_POLYSCOPE "Disable polyscope based tools" OFF)
20
20
# -----------------------------------------------------------------------------
21
21
message (STATUS "-------------------------------------------------------------------------------" )
22
22
message (STATUS "Checking if DGtal is installed:" )
23
- FIND_PACKAGE (DGtal 1.4 REQUIRED)
23
+ FIND_PACKAGE (DGtal 1.5 REQUIRED)
24
24
INCLUDE_DIRECTORIES (${DGTAL_INCLUDE_DIRS} )
25
25
LINK_DIRECTORIES (${DGTAL_LIBRARY_DIRS} )
26
26
SET (CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE )
@@ -73,8 +73,8 @@ include_directories( "${PROJECT_SOURCE_DIR}/ext/" )
73
73
# -----------------------------------------------------------------------------
74
74
SET (CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR} /cmake" )
75
75
SET (DGtalTools_VERSION_MAJOR 1)
76
- SET (DGtalTools_VERSION_MINOR 4 )
77
- # SET(DGtalTools_VERSION_PATCH beta)
76
+ SET (DGtalTools_VERSION_MINOR 5 )
77
+ SET (DGtalTools_VERSION_PATCH beta)
78
78
SET (DGTALTOOLS_VERSION "${DGtalTools_VERSION_MAJOR} .${DGtalTools_VERSION_MINOR} .${DGtalTools_VERSION_PATCH} " )
79
79
SET (PROJECT_VERSION "${DGtalTools_VERSION_MAJOR} .${DGtalTools_VERSION_MINOR} .${DGtalTools_VERSION_PATCH} " )
80
80
SET (VERSION ${DGtalTools_VERSION_MAJOR} .${DGtalTools_VERSION_MINOR} .${DGtalTools_VERSION_PATCH} )
Original file line number Diff line number Diff line change
1
+ # DGtalTools 1.5 (beta)
2
+
3
+
4
+
1
5
# DGtalTools 1.4
2
6
3
7
- * build*
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ own source code (in complement of DGtal tutorial https://dgtal-team.github.io/do
25
25
More Information
26
26
----------------
27
27
* Related DGtalTools-contrib: https://github.com/DGtal-team/DGtalTools-contrib
28
+ * Release 1.4 [ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.11577409.svg )] ( https://doi.org/10.5281/zenodo.11577409 )
28
29
* Release 1.3 [ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.7395984.svg )] ( https://doi.org/10.5281/zenodo.7395984 )
29
30
* Release 1.2 [ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.4893597.svg )] ( https://doi.org/10.5281/zenodo.4893597 )
30
31
* Release 1.1 [ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.4079375.svg )] ( https://doi.org/10.5281/zenodo.4079375 )
You can’t perform that action at this time.
0 commit comments