File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.14)
2- set (iceoryx_VERSION 0.17.0.7 )
2+ set (iceoryx_VERSION 0.17.0)
33
44project (iceoryx VERSION ${iceoryx_VERSION} )
55
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.5)
2- set (iceoryx_posh_VERSION 0.17.0.7 )
2+ set (iceoryx_posh_VERSION 0.17.0)
33project (iceoryx_posh VERSION ${iceoryx_posh_VERSION} )
44
55find_package (Threads REQUIRED)
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.5)
2- set (iceoryx_utils_VERSION 0.17.0.7 )
2+ set (iceoryx_utils_VERSION 0.17.0)
33project (iceoryx_utils VERSION ${iceoryx_utils_VERSION} )
44
55include ("${CMAKE_CURRENT_LIST_DIR} /cmake/IceoryxPackageHelper.cmake" )
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.5)
2- set (iceoryx_introspection_VERSION 0.17.0.7 )
2+ set (iceoryx_introspection_VERSION 0.17.0)
33project (iceoryx_introspection VERSION ${iceoryx_introspection_VERSION} )
44
55find_package (iceoryx_posh REQUIRED)
You can’t perform that action at this time.
0 commit comments