This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compilation with shared libraries
`set_target_properties` is missing an argument name for setting SOVERSION, resulting in a build error when configuring: ``` CMake Error at CMakeLists.txt:199 (set_target_properties): set_target_properties called with incorrect number of arguments. ```
- Loading branch information