From 452078ffbb0040523af15a1cf13c17f1944acc4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Couble?= Date: Thu, 31 Aug 2023 10:02:25 +0200 Subject: [PATCH 1/4] [refact] Remove OSX bundling icon already done by paraview_client_add --- Application/Client/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Application/Client/CMakeLists.txt b/Application/Client/CMakeLists.txt index a50669862..0aaccbbad 100644 --- a/Application/Client/CMakeLists.txt +++ b/Application/Client/CMakeLists.txt @@ -70,9 +70,3 @@ target_link_libraries(${SOFTWARE_NAME} target_compile_definitions(${SOFTWARE_NAME} PRIVATE "LIDARVIEW_USE_PDAL=$") - -# Bundle Icon on Apple -if(APPLE) - get_target_property(MACOSX_BUNDLE_ICON_FILE ${SOFTWARE_NAME} MACOSX_BUNDLE_ICON_FILE) - install(FILES ${MACOSX_BUNDLE_ICON_FILE} DESTINATION "${LV_INSTALL_RESOURCE_DIR}") # to install tree -endif() -- GitLab From 9f7323d234e598dd6726fdaabcf80e61a32200cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Couble?= Date: Thu, 31 Aug 2023 11:54:57 +0200 Subject: [PATCH 2/4] [submodule] Bump HesaiPlugin 79cd597 Merge branch 'refact/changeInstallCalibrationFile' into 'master' cfafa91 Merge branch 'feat/addLidarViewCI' into 'master' --- Plugins/HesaiPlugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/HesaiPlugin b/Plugins/HesaiPlugin index 1b3686ed7..79cd597d7 160000 --- a/Plugins/HesaiPlugin +++ b/Plugins/HesaiPlugin @@ -1 +1 @@ -Subproject commit 1b3686ed72d1ebeb7086aeb33ce5182c3832cb3f +Subproject commit 79cd597d7da1d9731456ff433e5d224e61ec6cb3 -- GitLab From 847e64a94a6e05ce03a08683288dffcbf622ee3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Couble?= Date: Thu, 31 Aug 2023 11:55:09 +0200 Subject: [PATCH 3/4] [submodule] Bump VelodynePlugin 2e55482 Merge branch 'refact/changeInstallCalibrationFile' into 'master' --- Plugins/VelodynePlugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/VelodynePlugin b/Plugins/VelodynePlugin index 97706b1b8..2e55482ef 160000 --- a/Plugins/VelodynePlugin +++ b/Plugins/VelodynePlugin @@ -1 +1 @@ -Subproject commit 97706b1b83b4f63adf4463337feb468732b714d3 +Subproject commit 2e55482ef8dd17e4b1740e740f4bd93e2f4d6d6f -- GitLab From 0de1e16b4c5f33c5c0c326f86fe8d6f739632e11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Couble?= Date: Thu, 31 Aug 2023 12:05:05 +0200 Subject: [PATCH 4/4] [submodule] Bump LVCore 458d8fc5 Merge branch 'refact/reworkCMakeScriptsInstall' into 'master' --- LVCore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LVCore b/LVCore index 1a6922f96..458d8fc5b 160000 --- a/LVCore +++ b/LVCore @@ -1 +1 @@ -Subproject commit 1a6922f96ef83f62299aa49c7e3fbe4d182e884f +Subproject commit 458d8fc5beb29a81fd0fc0593d40329715e65c83 -- GitLab