mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-22 12:27:10 +00:00
Make sure that references to variables that may be paths (which in turn may contain spaces) are quoted, so cmake won't break on the spaces. This fixes https://github.com/draios/falco/issues/79.
6 lines
211 B
CMake
6 lines
211 B
CMake
file(COPY "${PROJECT_SOURCE_DIR}/scripts/debian/falco"
|
|
DESTINATION "${PROJECT_BINARY_DIR}/scripts/debian")
|
|
|
|
file(COPY "${PROJECT_SOURCE_DIR}/scripts/rpm/falco"
|
|
DESTINATION "${PROJECT_BINARY_DIR}/scripts/rpm")
|