commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/03: Revert "build: missed gnuradio-uhd i


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/03: Revert "build: missed gnuradio-uhd in static libs build."
Date: Fri, 18 Jul 2014 20:10:46 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a commit to branch master
in repository gnuradio.

commit ed3b5b165663ae8aad652295fd0b8513aeabc7ff
Author: Tom Rondeau <address@hidden>
Date:   Thu Jul 17 16:47:31 2014 -0400

    Revert "build: missed gnuradio-uhd in static libs build."
    
    This reverts commit 45f12cf0031cdf594dff8a9bfc7db395cd39ca37.
---
 gr-uhd/lib/CMakeLists.txt | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/gr-uhd/lib/CMakeLists.txt b/gr-uhd/lib/CMakeLists.txt
index f926b81..9121dd4 100644
--- a/gr-uhd/lib/CMakeLists.txt
+++ b/gr-uhd/lib/CMakeLists.txt
@@ -76,16 +76,3 @@ list(APPEND uhd_libs
 add_library(gnuradio-uhd SHARED ${gr_uhd_sources})
 target_link_libraries(gnuradio-uhd ${uhd_libs})
 GR_LIBRARY_FOO(gnuradio-uhd RUNTIME_COMPONENT "uhd_runtime" DEVEL_COMPONENT 
"uhd_devel")
-
-if(ENABLE_STATIC_LIBS)
-  add_library(gnuradio-uhd_static STATIC ${uhd_sources})
-
-  if(NOT WIN32)
-    set_target_properties(gnuradio-uhd_static
-      PROPERTIES OUTPUT_NAME gnuradio-uhd)
-  endif(NOT WIN32)
-
-  install(TARGETS gnuradio-uhd_static
-    ARCHIVE DESTINATION lib${LIB_SUFFIX} COMPONENT "uhd_devel"   # .lib file
-    )
-endif(ENABLE_STATIC_LIBS)
\ No newline at end of file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]