Skip to content

Commit

Permalink
Merge pull request #80 from nasa-jpl/davkim-jsd-version-update
Browse files Browse the repository at this point in the history
Updated jsd dep version
  • Loading branch information
alex-brinkman authored Mar 16, 2023
2 parents 8a5dcf9 + 2ab040c commit b3c0e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ find_package(YamlCpp REQUIRED 0.6.3)
include(FetchContent)
FetchContent_Declare(jsd
GIT_REPOSITORY https://github.com/nasa-jpl/jsd.git
GIT_TAG v2.1.0
GIT_TAG v2.1.2
)
FetchContent_MakeAvailable(jsd)

Expand Down

0 comments on commit b3c0e2e

Please sign in to comment.