Skip to content

Commit 9dac8aa

Browse files
authored
Merge pull request #35 from nasa-jpl/dloret-update-jsd-dependency
Updates the JSD dependency to v1.7.1 which includes all changes relat…
2 parents 373d16a + f5ded63 commit 9dac8aa

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
@@ -54,7 +54,7 @@ find_package(YamlCpp REQUIRED 0.6.3)
5454
include(FetchContent)
5555
FetchContent_Declare(jsd
5656
GIT_REPOSITORY https://github.com/nasa-jpl/jsd.git
57-
GIT_TAG v1.6.1
57+
GIT_TAG v1.7.1
5858
)
5959
FetchContent_MakeAvailable(jsd)
6060

0 commit comments

Comments
 (0)