From d4c9e4a3ba3ab0399c1a91217d0cb74745d0f847 Mon Sep 17 00:00:00 2001 From: hobbes1069 Date: Thu, 2 Jul 2015 13:49:53 +0000 Subject: [PATCH] Remove voicing from cmake install configuration as the directory no longer is present. git-svn-id: https://svn.code.sf.net/p/freetel/code@2234 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2-dev/CMakeLists.txt | 2 +- smartmic/SM1000-E/RELEASE-SM1000-E/.gitignore | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 smartmic/SM1000-E/RELEASE-SM1000-E/.gitignore diff --git a/codec2-dev/CMakeLists.txt b/codec2-dev/CMakeLists.txt index 48b830e2..ef2ecf31 100644 --- a/codec2-dev/CMakeLists.txt +++ b/codec2-dev/CMakeLists.txt @@ -102,7 +102,7 @@ option(BUILD_SHARED_LIBS option(UNITTEST "Build unittest binaries." ON) option(INSTALL_EXAMPLES "Install example code." OFF) if(INSTALL_EXAMPLES) - install(DIRECTORY octave raw script voicing wav + install(DIRECTORY octave raw script wav USE_SOURCE_PERMISSIONS DESTINATION ${CMAKE_INSTALL_DATADIR}/codec2) endif() diff --git a/smartmic/SM1000-E/RELEASE-SM1000-E/.gitignore b/smartmic/SM1000-E/RELEASE-SM1000-E/.gitignore new file mode 100644 index 00000000..e69de29b -- 2.25.1