File: CMakeCPackOptions.cmake

package info (click to toggle)
sysdig 0.13.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 4,220 kB
  • sloc: cpp: 57,413; ansic: 22,314; sh: 827; python: 171; makefile: 22
file content (4 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (4)
1
2
3
4
if(CPACK_GENERATOR MATCHES "TGZ")
	set(CPACK_SET_DESTDIR "ON")
	set(CPACK_STRIP_FILES "OFF")
endif()