Re: [CMake] CMake tar.gz package does not include all installed files

2018-02-08 Thread Nicolas Mora
ave a look at cmake --help-variable CPACK_WARN_ON_ABSOLUTE_INSTALL_DESTINATION and cmake --help-variable CPACK_SET_DESTDIR 2018-02-08 15:47 GMT+01:00 Nicolas Mora <mailto:nico...@babelouest.org>>: Hello, I use a CMakeLists.txt script to build an application which works

[CMake] CMake tar.gz package does not include all installed files

2018-02-08 Thread Nicolas Mora
Hello, I use a CMakeLists.txt script to build an application which works pretty well so far, except for the tar.gz package build. In the install procedure, I copy the application executable, the config files and, SysV init and SystemD service files, and an entire directory. In the make inst