Skip to content

Commit b4bea35

Browse files
Merge pull request #95 from nasa-jpl/kwehage-suppress-sdo-print
Suppress SDO print message
2 parents b93e22e + f6659c8 commit b4bea35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required (VERSION 3.11)
22
project(fastcat
33
DESCRIPTION "C++ EtherCAT Device Command & Control Library"
4-
VERSION 0.11.5
4+
VERSION 0.12.1
55
LANGUAGES C CXX
66
)
77

@@ -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 v2.3.0
57+
GIT_TAG v2.3.1
5858
)
5959
FetchContent_MakeAvailable(jsd)
6060

0 commit comments

Comments
 (0)