mirror of
https://github.com/falcosecurity/falco.git
synced 2026-01-24 14:32:34 +00:00
5 lines
101 B
CMake
5 lines
101 B
CMake
if(CPACK_GENERATOR MATCHES "TGZ")
|
|
set(CPACK_SET_DESTDIR "ON")
|
|
set(CPACK_STRIP_FILES "OFF")
|
|
endif()
|