mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2025-07-01 17:25:31 +02:00
Merge branch 'main' into 'main'
Add disclaimer to downgrade CMake when experiencing error with Envision See merge request lvra/lvra.gitlab.io!116
This commit is contained in:
commit
73df5fc09f
1 changed files with 7 additions and 1 deletions
|
@ -75,4 +75,10 @@ paru -S envision-xr-git
|
||||||
WARN [wmr_controller_send_fw_cmd] Controller fw read timed out after 250 ms
|
WARN [wmr_controller_send_fw_cmd] Controller fw read timed out after 250 ms
|
||||||
ERROR [wmr_bt_controller_create] WMR Controller (Bluetooth): Failed to create controller
|
ERROR [wmr_bt_controller_create] WMR Controller (Bluetooth): Failed to create controller
|
||||||
ERROR [wmr_create_bt_controller] Failed to create WMR controller (Bluetooth)
|
ERROR [wmr_create_bt_controller] Failed to create WMR controller (Bluetooth)
|
||||||
```
|
```
|
||||||
|
- If building the profile fails with the following error, you will need to [downgrade](https://aur.archlinux.org/packages/downgrade) CMake to a Version before 4.0.0:
|
||||||
|
```
|
||||||
|
-- Including internal Sophus from submodule
|
||||||
|
CMake Error at thirdparty/basalt-headers/thirdparty/Sophus/CMakeLists.txt:1 (cmake_minimum_required):
|
||||||
|
Compatibility with CMake < 3.5 has been removed from CMake.
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue