diff options
Diffstat (limited to 'host/lib/deps/CMakeLists.txt')
-rw-r--r-- | host/lib/deps/CMakeLists.txt | 2 |
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() |