From b90fb61b5ddcba82b0b86ebe79587d594a900eb1 Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Thu, 14 Jun 2012 14:01:50 -0700 Subject: utils: if usrp2_recovery.py is only compatible with Linux, it doesn't need to be part of other installs --- host/utils/CMakeLists.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'host/utils') diff --git a/host/utils/CMakeLists.txt b/host/utils/CMakeLists.txt index 8ddab035b..a4ff21eee 100644 --- a/host/utils/CMakeLists.txt +++ b/host/utils/CMakeLists.txt @@ -87,8 +87,14 @@ IF(ENABLE_USRP2) COMPONENT utilities ) ENDIF(WIN32 AND UHD_RELEASE_MODE) + IF(LINUX) + INSTALL(PROGRAMS + usrp2_recovery.py + DESTINATION ${PKG_LIB_DIR}/utils + COMPONENT utilities + ) + ENDIF(LINUX) INSTALL(PROGRAMS - usrp2_recovery.py usrp2_card_burner.py usrp2_card_burner_gui.py usrp_n2xx_net_burner.py -- cgit v1.2.3