diff options
author | michael-west <michael.west@ettus.com> | 2014-03-18 12:36:41 -0700 |
---|---|---|
committer | michael-west <michael.west@ettus.com> | 2014-03-18 12:36:41 -0700 |
commit | 13b20fbef4fd7be8926c05207aafcdad620da536 (patch) | |
tree | 75c6c9e516980fb6a26313d26833ae3ed4277138 | |
parent | 839ee08d48027e3dc74c1b1cc59ed12a8aaef0c7 (diff) | |
parent | c296e3bbebccfce6fa92755e1cffa68b0011231a (diff) | |
download | uhd-13b20fbef4fd7be8926c05207aafcdad620da536.tar.gz uhd-13b20fbef4fd7be8926c05207aafcdad620da536.tar.bz2 uhd-13b20fbef4fd7be8926c05207aafcdad620da536.zip |
Merge branch 'master' of github.com:EttusResearch/uhddev
-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 |