Codebase list gr-limesdr / c497f1d
Fix library name not to be "libgnuradio-limesdr.so.3.0.0." Christoph Berg 4 years ago
2 changed file(s) with 13 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Without this, the library is called "libgnuradio-limesdr.so.3.0.0."
1
2 --- a/CMakeLists.txt
3 +++ b/CMakeLists.txt
4 @@ -45,6 +45,7 @@ list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_
5 set(VERSION_MAJOR 3)
6 set(VERSION_API 0)
7 set(VERSION_ABI 0)
8 +set(VERSION_PATCH 0)
9
10 cmake_policy(SET CMP0011 NEW)
11
0 library-version-specification