diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-04-20 15:50:48 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-04-21 11:56:51 -0700 |
commit | 396549ac210df6cebc662213d812a8ce4353f467 (patch) | |
tree | 1d0f03c60940b1f76fdd66fdb4bc0304fe310857 /host/utils/CMakeLists.txt | |
parent | a9b6141d7c5f46fd85a629c568ff0e8ebd46ec24 (diff) | |
download | uhd-396549ac210df6cebc662213d812a8ce4353f467.tar.gz uhd-396549ac210df6cebc662213d812a8ce4353f467.tar.bz2 uhd-396549ac210df6cebc662213d812a8ce4353f467.zip |
cmake: Improve usage of C modules
Diffstat (limited to 'host/utils/CMakeLists.txt')
-rw-r--r-- | host/utils/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/utils/CMakeLists.txt b/host/utils/CMakeLists.txt index ed8640187..e24b417c1 100644 --- a/host/utils/CMakeLists.txt +++ b/host/utils/CMakeLists.txt @@ -15,8 +15,6 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # -SET(CMAKE_C_COMPILE_OBJECT ${CMAKE_CXX_COMPILE_OBJECT}) - ######################################################################## # Utilities that get installed into the runtime path ######################################################################## |