File tree Expand file tree Collapse file tree 5 files changed +63
-7
lines changed Expand file tree Collapse file tree 5 files changed +63
-7
lines changed Original file line number Diff line number Diff line change
1
+ diff --git a/iceoryx_binding_c/CMakeLists.txt b/iceoryx_binding_c/CMakeLists.txt
2
+ index 048a6ea5a..78ff815fa 100644
3
+ --- a/iceoryx_binding_c/CMakeLists.txt
4
+ +++ b/iceoryx_binding_c/CMakeLists.txt
5
+ @@ -16,6 +16,10 @@
6
+ # SPDX-License-Identifier: Apache-2.0
7
+ cmake_minimum_required(VERSION 3.16)
8
+
9
+ + if(WIN32)
10
+ + set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
11
+ + endif()
12
+ +
13
+ set(IOX_VERSION_STRING "2.0.5")
14
+
15
+
Original file line number Diff line number Diff line change
1
+ diff --git a/iceoryx_dds/CMakeLists.txt b/iceoryx_dds/CMakeLists.txt
2
+ index ae1f9f83f..e79873a72 100644
3
+ --- a/iceoryx_dds/CMakeLists.txt
4
+ +++ b/iceoryx_dds/CMakeLists.txt
5
+ @@ -16,6 +16,10 @@
6
+ # SPDX-License-Identifier: Apache-2.0
7
+ cmake_minimum_required(VERSION 3.16)
8
+
9
+ + if(WIN32)
10
+ + set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
11
+ + endif()
12
+ +
13
+ set(IOX_VERSION_STRING "2.0.5")
14
+
15
+ project(iceoryx_dds VERSION ${IOX_VERSION_STRING})
Original file line number Diff line number Diff line change
1
+ diff --git a/iceoryx_hoofs/CMakeLists.txt b/iceoryx_hoofs/CMakeLists.txt
2
+ index 8afdbb5e8..cf66ba0ea 100644
3
+ --- a/iceoryx_hoofs/CMakeLists.txt
4
+ +++ b/iceoryx_hoofs/CMakeLists.txt
5
+ @@ -17,6 +17,10 @@
6
+
7
+ cmake_minimum_required(VERSION 3.16)
8
+
9
+ + if(WIN32)
10
+ + set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
11
+ + endif()
12
+ +
13
+ set(IOX_VERSION_STRING "2.0.5")
14
+
15
+ project(iceoryx_hoofs VERSION ${IOX_VERSION_STRING})
Original file line number Diff line number Diff line change
1
+ diff --git a/iceoryx_posh/CMakeLists.txt b/iceoryx_posh/CMakeLists.txt
2
+ index 57e84cdd0..d7781cbb9 100644
3
+ --- a/iceoryx_posh/CMakeLists.txt
4
+ +++ b/iceoryx_posh/CMakeLists.txt
5
+ @@ -16,6 +16,10 @@
6
+ # SPDX-License-Identifier: Apache-2.0
7
+ cmake_minimum_required(VERSION 3.16)
8
+
9
+ + if(WIN32)
10
+ + set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
11
+ + endif()
12
+ +
13
+ set(IOX_VERSION_STRING "2.0.5")
14
+
15
+ project(iceoryx_posh VERSION ${IOX_VERSION_STRING})
Original file line number Diff line number Diff line change @@ -18,16 +18,11 @@ full_rebuild: true
18
18
packages_skip_by_deps :
19
19
- cartographer
20
20
- octomap
21
- - iceoryx_utils
22
- - iceoryx_binding_c
23
- - iceoryx_posh
24
- - cyclonedds
25
21
- rttest
26
22
27
23
packages_remove_from_deps :
28
24
- cartographer
29
25
- octomap
30
- - rmw_cyclonedds_cpp
31
26
- tlsf
32
27
- tlsf_cpp
33
28
- pendulum_control
@@ -39,13 +34,14 @@ skip_existing:
39
34
40
35
packages_select_by_deps :
41
36
- ament-cmake-core
42
- - ros2_control
43
- - ros2_controllers
37
+ # - ros2_control
38
+ # - ros2_controllers
44
39
- backward_ros
45
40
- ros_workspace
46
41
- vision_msgs
47
42
- ros_environment
48
43
- ros_base
44
+ - rmw_cyclonedds_cpp
49
45
# - navigation2
50
46
# - desktop
51
47
# - cv_bridge
You can’t perform that action at this time.
0 commit comments