mirror of
https://github.com/falcosecurity/falco.git
synced 2026-04-05 03:22:41 +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()
|