--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -67,6 +67,8 @@
 set_target_properties(gnuradio-fcdproplus PROPERTIES SOVERSION 0)
 set_target_properties(gnuradio-fcdproplus PROPERTIES VERSION 0.0.0)
 set_target_properties(gnuradio-fcdproplus PROPERTIES DEFINE_SYMBOL "gnuradio_fcdproplus_EXPORTS")
+set_target_properties(gnuradio-fcdproplus PROPERTIES OUTPUT_NAME gnuradio-fcdproplus)
+set_target_properties(gnuradio-fcdproplus PROPERTIES SOVERSION 0 VERSION 0.0.0)
 
 target_link_libraries(gnuradio-fcdproplus ${fcdproplus_libs} ${Boost_LIBRARIES}
   ${GNURADIO_RUNTIME_LIBRARIES} ${GNURADIO_BLOCKS_LIBRARIES}
