Skip to content

Commit 93b36d0

Browse files
committed
1.4
1 parent b413c44 commit 93b36d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ option(DISABLE_POLYSCOPE "Disable polyscope based tools" OFF)
2020
# -----------------------------------------------------------------------------
2121
message(STATUS "-------------------------------------------------------------------------------")
2222
message(STATUS "Checking if DGtal is installed:")
23-
FIND_PACKAGE(DGtal 1.3 REQUIRED)
23+
FIND_PACKAGE(DGtal 1.4 REQUIRED)
2424
INCLUDE_DIRECTORIES(${DGTAL_INCLUDE_DIRS})
2525
LINK_DIRECTORIES(${DGTAL_LIBRARY_DIRS})
2626
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)

ChangeLog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DGtalTools 1.4 (beta)
1+
# DGtalTools 1.4
22

33
- *build*
44
- Remove STBimage preprocessor instruction used to fix MVSC that is

0 commit comments

Comments
 (0)