mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 19:24:26 +03:00
Fix installation issues
This commit is contained in:
6
external/yq/CMakeLists.txt
vendored
6
external/yq/CMakeLists.txt
vendored
@@ -1,5 +1 @@
|
||||
file(
|
||||
DOWNLOAD
|
||||
https://github.com/mikefarah/yq/releases/download/v4.26.1/yq_linux_amd64
|
||||
${CMAKE_INSTALL_PREFIX}/orchestration/scripts/yq
|
||||
)
|
||||
install(FILES yq_linux_amd64 DESTINATION orchestration/scripts RENAME yq PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
|
||||
|
Reference in New Issue
Block a user