Skip to content

Commit c70e11b

Browse files
committed
[CMake] require dynamic-graph-python v4
1 parent ba4888f commit c70e11b

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
@@ -46,7 +46,7 @@ ENDIF()
4646
IF(BUILD_PYTHON_INTERFACE)
4747
FINDPYTHON()
4848
STRING(REGEX REPLACE "-" "_" PYTHON_DIR ${CUSTOM_HEADER_DIR})
49-
ADD_PROJECT_DEPENDENCY(dynamic-graph-python REQUIRED
49+
ADD_PROJECT_DEPENDENCY(dynamic-graph-python 4.0.0 REQUIRED
5050
PKG_CONFIG_REQUIRES dynamic-graph-python)
5151
SEARCH_FOR_BOOST_PYTHON(REQUIRED)
5252
ENDIF(BUILD_PYTHON_INTERFACE)

0 commit comments

Comments
 (0)