Skip to content

Commit

Permalink
Update the lely_core_libraries hash to the latest.
Browse files Browse the repository at this point in the history
This will fix the building of the lely_core_libraries
on Ubuntu 24.04.

Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed Mar 12, 2024
1 parent 9df35ad commit f731b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lely_core_libraries/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ExternalProject_Add(upstr_lely_core_libraries # Name for custom target
INSTALL_DIR "${CMAKE_INSTALL_PREFIX}" # Installation prefix
BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/build
GIT_REPOSITORY https://gitlab.com/lely_industries/lely-core.git
GIT_TAG 7824cbb2ac08d091c4fa2fb397669b938de9e3f5
GIT_TAG b63a0b6f79d3ea91dc221724b42dae49894449fc
TIMEOUT 60
#UPDATE step apply patch to fix dcf-tools install
UPDATE_COMMAND
Expand Down

0 comments on commit f731b28

Please sign in to comment.