We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b413c44 + 93b36d0 commit d664f4bCopy full SHA for d664f4b
CMakeLists.txt
@@ -20,7 +20,7 @@ option(DISABLE_POLYSCOPE "Disable polyscope based tools" OFF)
20
# -----------------------------------------------------------------------------
21
message(STATUS "-------------------------------------------------------------------------------")
22
message(STATUS "Checking if DGtal is installed:")
23
-FIND_PACKAGE(DGtal 1.3 REQUIRED)
+FIND_PACKAGE(DGtal 1.4 REQUIRED)
24
INCLUDE_DIRECTORIES(${DGTAL_INCLUDE_DIRS})
25
LINK_DIRECTORIES(${DGTAL_LIBRARY_DIRS})
26
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
ChangeLog.md
@@ -1,4 +1,4 @@
1
-# DGtalTools 1.4 (beta)
+# DGtalTools 1.4
2
3
- *build*
4
- Remove STBimage preprocessor instruction used to fix MVSC that is
0 commit comments