From 9e2b185681d74e56283e6697ced3f5d63d70b842 Mon Sep 17 00:00:00 2001 From: hobbes1069 Date: Sun, 27 Jul 2014 12:27:24 +0000 Subject: [PATCH] Fix install of example files to keep permissions. git-svn-id: https://svn.code.sf.net/p/freetel/code@1771 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/codec2/CMakeLists.txt b/codec2/CMakeLists.txt index b2e57815..396239b3 100644 --- a/codec2/CMakeLists.txt +++ b/codec2/CMakeLists.txt @@ -88,6 +88,7 @@ option(UNITTEST "Build unittest binaries." OFF) option(INSTALL_EXAMPLES "Install example code." OFF) if(INSTALL_EXAMPLES) install(DIRECTORY octave raw script voicing wav + USE_SOURCE_PERMISSIONS DESTINATION share/codec2) endif() -- 2.25.1