diff options
| author | Nicholas Corgan <nick.corgan@ettus.com> | 2015-07-14 08:14:11 -0700 | 
|---|---|---|
| committer | Martin Braun <martin.braun@ettus.com> | 2015-07-14 10:24:57 -0700 | 
| commit | 0afc5d7c646942c668a2dbabf5ba657f00ba9625 (patch) | |
| tree | 223771b4ede8a9696190400567854f7533f229a6 | |
| parent | 88b8fbe57b1886f04cffcddc40e927e35428850b (diff) | |
| download | uhd-0afc5d7c646942c668a2dbabf5ba657f00ba9625.tar.gz uhd-0afc5d7c646942c668a2dbabf5ba657f00ba9625.tar.bz2 uhd-0afc5d7c646942c668a2dbabf5ba657f00ba9625.zip | |
octoclock: fixed install directory for relevant headers
| -rw-r--r-- | host/include/uhd/usrp_clock/CMakeLists.txt | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/host/include/uhd/usrp_clock/CMakeLists.txt b/host/include/uhd/usrp_clock/CMakeLists.txt index 7cd5aa9d3..a116e4982 100644 --- a/host/include/uhd/usrp_clock/CMakeLists.txt +++ b/host/include/uhd/usrp_clock/CMakeLists.txt @@ -1,5 +1,5 @@  # -# Copyright 2014 Ettus Research LLC +# Copyright 2014-2015 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 @@ -18,6 +18,6 @@  UHD_INSTALL(FILES      octoclock_eeprom.hpp      multi_usrp_clock.hpp -    DESTINATION ${INCLUDE_DIR}/uhd/octoclock +    DESTINATION ${INCLUDE_DIR}/uhd/usrp_clock      COMPONENT headers  ) | 
