From b0a4e2ad081cc55ad309d44b59583f0140f87608 Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Fri, 3 May 2013 10:54:36 -0700 Subject: UHD has man pages now * Linux installations will automatically install man pages * Moved usrp_n2xx_simple_net_burner and usrp2_card_burner into bin --- host/cmake/Modules/FindGZip.cmake | 21 +++++++++++++++++++++ host/cmake/Modules/UHDPackage.cmake | 4 ++++ 2 files changed, 25 insertions(+) create mode 100644 host/cmake/Modules/FindGZip.cmake (limited to 'host/cmake') diff --git a/host/cmake/Modules/FindGZip.cmake b/host/cmake/Modules/FindGZip.cmake new file mode 100644 index 000000000..05fe26b4c --- /dev/null +++ b/host/cmake/Modules/FindGZip.cmake @@ -0,0 +1,21 @@ +# +# Copyright 2013 Ettus Research LLC +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + +######################################################################## +FIND_PROGRAM(GZIP_EXECUTABLE NAMES gzip) +INCLUDE(FindPackageHandleStandardArgs) +FIND_PACKAGE_HANDLE_STANDARD_ARGS(GZip DEFAULT_MSG GZIP_EXECUTABLE) diff --git a/host/cmake/Modules/UHDPackage.cmake b/host/cmake/Modules/UHDPackage.cmake index a535241a7..5e2303ff8 100644 --- a/host/cmake/Modules/UHDPackage.cmake +++ b/host/cmake/Modules/UHDPackage.cmake @@ -155,6 +155,10 @@ FOREACH(filename preinst postinst prerm postrm) ${CMAKE_BINARY_DIR}/debian/${filename} @ONLY) ENDFOREACH(filename) +CONFIGURE_FILE( + ${CMAKE_SOURCE_DIR}/cmake/debian/watch + ${CMAKE_BINARY_DIR}/debian/watch +@ONLY) ######################################################################## # Setup CPack RPM -- cgit v1.2.3