Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 1abef64

Browse files
committed
[CMake] require dynamic-graph-python v4
1 parent 98469e3 commit 1abef64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ IF(BUILD_PYTHON_INTERFACE)
4545
FINDPYTHON()
4646
SEARCH_FOR_BOOST_PYTHON(REQUIRED)
4747
STRING(REGEX REPLACE "-" "_" PYTHON_DIR ${CUSTOM_HEADER_DIR})
48-
ADD_PROJECT_DEPENDENCY(dynamic-graph-python REQUIRED
48+
ADD_PROJECT_DEPENDENCY(dynamic-graph-python 4.0.0 REQUIRED
4949
PKG_CONFIG_REQUIRES dynamic-graph-python)
5050
ENDIF(BUILD_PYTHON_INTERFACE)
5151

0 commit comments

Comments
 (0)