Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Factory
libcorrect
libcorrect-cmake-set-soversion.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libcorrect-cmake-set-soversion.diff of Package libcorrect
diff --git a/CMakeLists.txt b/CMakeLists.txt index fe8bbb7..9cc390d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,6 +59,7 @@ else() set(correct_obj_files $<TARGET_OBJECTS:correct-reed-solomon> $<TARGET_OBJECTS:correct-convolutional>) endif() add_library(correct SHARED ${correct_obj_files}) +set_property(TARGET correct PROPERTY SOVERSION 0.0.0) add_library(correct_static ${correct_obj_files}) set_target_properties(correct_static PROPERTIES OUTPUT_NAME "correct")
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor