diff options
author | Johnathan Corgan | 2012-01-17 16:31:50 -0800 |
---|---|---|
committer | Johnathan Corgan | 2012-01-17 16:31:50 -0800 |
commit | e0c2ea36f7f5ef9c4196199cd6504469a027ba58 (patch) | |
tree | 711fd6f692540eb7f0685e65deea7d472e784402 /cmake/Modules/GrMiscUtils.cmake | |
parent | 00a3bd55cbb2247db1f48ac8d0d3ada7e2e8c098 (diff) | |
parent | 9f41efcb0a98f035186d84deffa21f1c38141845 (diff) | |
download | gnuradio-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.cmake | 2 |
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 |