mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-30 11:44:29 +03:00
Remove old deafult fog
This commit is contained in:
@@ -119,7 +119,7 @@ execute_process (
|
||||
install(FILES ${ssl2} DESTINATION orchestration/lib)
|
||||
|
||||
execute_process (
|
||||
COMMAND bash -c "find /usr/lib -name \"libcurl.so\" | awk '{printf $1\";\"}'"
|
||||
COMMAND bash -c "find /usr/lib -name \"libcurl.so*\" | awk '{printf $1\";\"}'"
|
||||
OUTPUT_VARIABLE curl
|
||||
)
|
||||
install(FILES ${curl} DESTINATION orchestration/lib)
|
||||
|
Reference in New Issue
Block a user