Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use CMAKE_INSTALL_LIBDIR instead of hard coded "lib" #219

Merged
merged 5 commits into from
Dec 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump libwebsockets version to 4.3.3
Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
hikinggrass committed Nov 26, 2024
commit 93e1901b7682007a465e208a4cb56e3137a5b013
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ ryml:
options: ["CMAKE_POSITION_INDEPENDENT_CODE ON"]
libwebsockets:
git: https://github.com/warmcat/libwebsockets.git
git_tag: v4.3.2
git_tag: v4.3.3
cmake_condition: "EVEREST_ENABLE_ADMIN_PANEL_BACKEND"
options:
- CMAKE_POLICY_DEFAULT_CMP0077 NEW