diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2014-03-18 09:36:41 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2014-03-18 09:36:41 -0700 |
commit | c296e3bbebccfce6fa92755e1cffa68b0011231a (patch) | |
tree | 0f95ad729a03860e1e849f1ce089b9f49acde6e5 | |
parent | c2d6f9c39adf792c043bc4f7df6ce504175b6d93 (diff) | |
parent | 43a2a82e847e15551a72adf456dfe645e20fed82 (diff) | |
download | uhd-c296e3bbebccfce6fa92755e1cffa68b0011231a.tar.gz uhd-c296e3bbebccfce6fa92755e1cffa68b0011231a.tar.bz2 uhd-c296e3bbebccfce6fa92755e1cffa68b0011231a.zip |
Merge branch 'maint'
-rw-r--r-- | host/cmake/Modules/UHDPackage.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/cmake/Modules/UHDPackage.cmake b/host/cmake/Modules/UHDPackage.cmake index 44a8f3622..4aea557c8 100644 --- a/host/cmake/Modules/UHDPackage.cmake +++ b/host/cmake/Modules/UHDPackage.cmake @@ -1,5 +1,5 @@ # -# Copyright 2010-2013 Ettus Research LLC +# Copyright 2010-2014 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 @@ -200,4 +200,5 @@ IF(MSVC) ENDIF(MSVC) ######################################################################## +SET(CPACK_SET_DESTDIR "ON") INCLUDE(CPack) #include after setting vars |