Skip to content

Commit b76c0a3

Browse files
author
Rohan Budhiraja
committed
[cmake] change dynamic-graph and dynamic-graph-python dependency version to 3.0.0
1 parent 17980aa commit b76c0a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ SET(BOOST_COMPONENTS thread filesystem program_options unit_test_framework syste
4646
SEARCH_FOR_BOOST()
4747
SEARCH_FOR_EIGEN()
4848

49-
ADD_REQUIRED_DEPENDENCY("dynamic-graph >= 1.0.0")
50-
ADD_REQUIRED_DEPENDENCY("dynamic-graph-python")
49+
ADD_REQUIRED_DEPENDENCY("dynamic-graph >= 3.0.0")
50+
ADD_REQUIRED_DEPENDENCY("dynamic-graph-python >= 3.0.0")
5151

5252
ADD_SUBDIRECTORY(include)
5353
ADD_SUBDIRECTORY(src)

0 commit comments

Comments
 (0)