File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
.github/actions/install-windows-deps Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 uses : actions/cache@v4
1414 with :
1515 path : ${{ runner.workspace }}/vcpkg_installed
16- key : ${{ runner.os }}-vcpkg-export-66c0373d-x64-vs2022-v2
16+ key : ${{ runner.os }}-vcpkg-export-66c0373d-x64-vs2022-v3
1717
1818 - name : Download and Install vcpkg
1919 if : steps.cache-vcpkg.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ ENDIF()
3434IF (APPLE AND BUILD_AS_BUNDLE)
3535 ADD_EXECUTABLE (rtabmap_app MACOSX_BUNDLE ${SRC_FILES} )
3636ELSEIF (WIN32 AND BUILD_AS_BUNDLE)
37- ADD_EXECUTABLE (rtabmap_app ${SRC_FILES} )
37+ ADD_EXECUTABLE (rtabmap_app WIN32 ${SRC_FILES} )
3838ELSE ()
3939 ADD_EXECUTABLE (rtabmap_app ${SRC_FILES} )
4040ENDIF ()
Original file line number Diff line number Diff line change 494494 </widget >
495495 <widget class =" QDockWidget" name =" dockWidget_statsV2" >
496496 <property name =" floating" >
497- <bool >true </bool >
497+ <bool >false </bool >
498498 </property >
499499 <property name =" windowTitle" >
500500 <string >Statistics</string >
893893 </widget >
894894 <widget class =" QDockWidget" name =" dockWidget_mapVisibility" >
895895 <property name =" floating" >
896- <bool >true </bool >
896+ <bool >false </bool >
897897 </property >
898898 <property name =" windowTitle" >
899899 <string >Map visibility</string >
You can’t perform that action at this time.
0 commit comments