summaryrefslogtreecommitdiff
path: root/cmake/Modules/GrMiscUtils.cmake
diff options
context:
space:
mode:
authorJohnathan Corgan2012-01-17 16:31:50 -0800
committerJohnathan Corgan2012-01-17 16:31:50 -0800
commite0c2ea36f7f5ef9c4196199cd6504469a027ba58 (patch)
tree711fd6f692540eb7f0685e65deea7d472e784402 /cmake/Modules/GrMiscUtils.cmake
parent00a3bd55cbb2247db1f48ac8d0d3ada7e2e8c098 (diff)
parent9f41efcb0a98f035186d84deffa21f1c38141845 (diff)
downloadgnuradio-e0c2ea36f7f5ef9c4196199cd6504469a027ba58.tar.gz
gnuradio-e0c2ea36f7f5ef9c4196199cd6504469a027ba58.tar.bz2
gnuradio-e0c2ea36f7f5ef9c4196199cd6504469a027ba58.zip
Merge branch 'maint' into gr-uhd-set-user-register
Diffstat (limited to 'cmake/Modules/GrMiscUtils.cmake')
-rw-r--r--cmake/Modules/GrMiscUtils.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/GrMiscUtils.cmake b/cmake/Modules/GrMiscUtils.cmake
index 0e1f40027..27003cf59 100644
--- a/cmake/Modules/GrMiscUtils.cmake
+++ b/cmake/Modules/GrMiscUtils.cmake
@@ -155,7 +155,7 @@ function(GR_LIBRARY_FOO target)
GR_LIBTOOL(TARGET ${target} DESTINATION ${GR_LIBRARY_DIR})
#give the library a special name with ultra-zero soversion
- set_target_properties(${target} PROPERTIES LIBRARY_OUTPUT_NAME ${target}-${LIBVER} SOVERSION "0.0.0")
+ set_target_properties(${target} PROPERTIES OUTPUT_NAME ${target}-${LIBVER} SOVERSION "0.0.0")
set(target_name lib${target}-${LIBVER}.so.0.0.0)
#custom command to generate symlinks