Skip to content

Commit

Permalink
Disabling DeviceIdentification plugin due to no platform backend
Browse files Browse the repository at this point in the history
CMake Error at DeviceIdentification/CMakeLists.txt:116 (message):
  There is no platform backend for device identifier plugin
  • Loading branch information
VeithMetro authored Nov 13, 2024
1 parent 13d6adf commit 6677439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/MacOS build template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
-DCMAKE_C_FLAGS="-Wall -Wextra -Wpedantic -Werror" \
-DCMAKE_INSTALL_PREFIX="${{matrix.build_type}}/install/usr" \
-DCMAKE_MODULE_PATH="${PWD}/${{matrix.build_type}}/install/usr/include/WPEFramework/Modules" \
-DPLUGIN_DEVICEIDENTIFICATION=ON \
-DPLUGIN_DEVICEIDENTIFICATION=OFF \
-DPLUGIN_DEVICEINFO=ON \
-DPLUGIN_LOCATIONSYNC=ON \
-DPLUGIN_MESSAGECONTROL=ON \
Expand Down

0 comments on commit 6677439

Please sign in to comment.