Remove old deafult fog

This commit is contained in:
Ned Wright
2023-09-07 14:54:40 +00:00
parent ea20a51689
commit 149a7305b7
4 changed files with 4 additions and 7 deletions

View File

@@ -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)