• Brenden Blanco's avatar
    Don't include git tag in .so suffix · 3ef9ef34
    Brenden Blanco authored
    The git hash was being include in the shared library name. This leads to
    polution of the /usr/lib directory. Instead, just use the latest tag in
    the library suffix.
    
    As a developer, you will need to clean up the /usr/lib/libbcc* files
    whenever a new tag is created.
    
    Fixes: #207
    Signed-off-by: default avatarBrenden Blanco <bblanco@plumgrid.com>
    3ef9ef34
CMakeLists.txt 2.96 KB