mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-20 18:48:43 +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()
|