Skip to content

Commit f1cd828

Browse files
authored
Merge branch 'master' into FixCIconan
2 parents 649ea59 + 00bb416 commit f1cd828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.5 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)

0 commit comments

Comments
 (0)