aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/deps
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2017-05-20 17:44:01 -0700
committerMartin Braun <martin.braun@ettus.com>2017-12-22 15:03:53 -0800
commit65713fa6f5dd534da1dcc34a7fb4baeeccc5d4c8 (patch)
treea74dea5917586450d4fc2e3a8ba5a17103eae9f5 /host/lib/deps
parent1ce038094d3b0d5021601533a3dbccbffa229574 (diff)
downloaduhd-65713fa6f5dd534da1dcc34a7fb4baeeccc5d4c8.tar.gz
uhd-65713fa6f5dd534da1dcc34a7fb4baeeccc5d4c8.tar.bz2
uhd-65713fa6f5dd534da1dcc34a7fb4baeeccc5d4c8.zip
Rename netd to mpmd
Diffstat (limited to 'host/lib/deps')
-rw-r--r--host/lib/deps/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/deps/CMakeLists.txt b/host/lib/deps/CMakeLists.txt
index bcb89d29a..8f292d4f2 100644
--- a/host/lib/deps/CMakeLists.txt
+++ b/host/lib/deps/CMakeLists.txt
@@ -14,6 +14,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-IF(ENABLE_NETD)
+IF(ENABLE_MPMD)
ADD_SUBDIRECTORY(rpclib)
ENDIF()