aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/Modules/UHDPackage.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Martin Braun2016-11-091-7/+7
|\
| * cmake: Added the ability to specify package namesPaul David2016-11-091-7/+7
| |
* | cmake: Change version numbering to remove leading zerosMartin Braun2016-10-311-5/+4
|/
* packaging: Add python-requests to package depsMartin Braun2016-09-231-2/+2
|
* cmake: Updated vendor name for CPackMartin Braun2016-08-181-2/+2
|
* cmake: Removed setting of CPACK_SET_DESTDIRMartin Braun2016-04-061-3/+0
|
* If we are cross compiling, do not test for build machine distro.Philip Balister2015-10-281-2/+2
| | | | | | | | | | | | UHD would use the result of the REDHAT test to decide if UHD installed in lib64. So if you did a build for a 64 bit machine on a FEDORA box with OE, it decided to install uhd in /usr/lib64. This is not always the right thing to do. Eventually, we will need to deal with OE builds that use lib64, but we can figure that out when we hit the problem. Signed-off-by: Philip Balister <philip@opensdr.com>
* cpack: set version string for MSVC 2015 packagesNicholas Corgan2015-08-171-0/+2
|
* cmake: MinGW improvementsNicholas Corgan2015-07-231-3/+3
| | | | | | * Improved toolchan file, accounts for different versions * Don't force static runtime linking (was causing test errors) * Include MinGW runtime in packaging
* cmake: Less strict cpack ignores to work on build machinesMartin Braun2014-10-281-1/+1
|
* cmake: Changed name of source tarballMartin Braun2014-10-271-2/+2
|
* Restoring compatibility with CMake 2.6Nicholas Corgan2014-08-141-16/+18
| | | | | * The UNSET command didn't exist back then, but using SET with no value does the same thing * CMake 2.6 doesn't like nested parantheses in IF statements, so tweak IF/ELSE statements
* cmake: add option to specify MSVC version in package filenameNicholas Corgan2014-05-071-1/+15
|
* readme fixNicholas Corgan2014-04-211-1/+1
|
* cmake: don't set CPACK_SET_DESTDIR with NSISNicholas Corgan2014-03-211-1/+3
|
* cmake: added CPACK_SET_DESTDIR variable for consistent CMAKE_INSTALL_PREFIX ↵Nicholas Corgan2014-03-171-1/+2
| | | | usage in packaging
* UHDPackage: with a libusbx static library being used for installers, remove ↵Nicholas Corgan2013-12-201-2/+2
| | | | libusb-1.0 as package dependency
* UHDPackage: fix references to README and LICENSE files after name changesNicholas Corgan2013-11-271-3/+2
|
* Merge branch 'maint'Nicholas Corgan2013-06-201-0/+5
|\
| * MSVC automatically installs MSVC runtime DLL'sNicholas Corgan2013-06-201-0/+5
| |
* | Merge branch 'maint'Nicholas Corgan2013-05-101-16/+24
|\| | | | | | | | | Conflicts: host/tests/CMakeLists.txt
| * Added CMake variables to customize builds to match Debian package configurationsNicholas Corgan2013-05-101-16/+24
| | | | | | | | | | | | * -DLIBUHD_PKG=ON installs with libuhd003 configuration * -DLIBUHDDEV_PKG=ON installs with libuhd-dev configuration * -DUHDHOST_PKG=ON installs with uhd-host configuration
* | Merge branch 'maint'Nicholas Corgan2013-05-031-0/+4
|\|
| * UHD has man pages nowNicholas Corgan2013-05-031-0/+4
| | | | | | | | | | * Linux installations will automatically install man pages * Moved usrp_n2xx_simple_net_burner and usrp2_card_burner into bin
* | Merge branch 'maint'Nicholas Corgan2013-02-141-1/+1
|\|
| * cmake: changed DEB Boost dependency from libboost-dev to libboost-all-devNicholas Corgan2013-02-141-1/+1
| |
* | Merge branch 'fhs_work'Josh Blum2013-01-231-2/+2
|\ \
| * | uhd: work on moving binaries to lib/uhdJosh Blum2012-11-081-2/+2
| | |
* | | Merge branch 'maint'Nicholas Corgan2012-11-191-0/+7
|\ \ \ | |/ / |/| / | |/
| * lib/cmake: CPack source workNicholas Corgan2012-11-161-0/+7
| | | | | | | | | | * Removed all host code dependencies on firmware headers * Put in CMake settings for CPack source
* | uhd: removed installation of unit test filesJosh Blum2012-10-291-4/+1
|/
* For Windows installers, CMake checks the size of void* to differentiate ↵Nicholas Corgan2012-03-131-1/+7
| | | | between Windows x86 and x64.
* Changes Windows installer filename to match naming convention of Ubuntu and ↵Nicholas Corgan2012-02-291-0/+1
| | | | Fedora installers
* cmake:Nicholas Corgan2012-02-281-5/+3
| | | | | | | More git info used for build info UHD version incorporates build info apt/yum repos use new version number New installer filename syntax
* uhd: added post/pre un/install scripts for deb and rpm packagesrelease_003_003_000Josh Blum2011-10-141-1/+19
|
* uhd: added supported models and some doc tweaksJosh Blum2011-10-141-1/+1
|
* uhd: moved modules and some other files into cmake subdirJosh Blum2011-07-081-0/+160