Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong library name libpurify #9

Closed
olebole opened this issue Oct 15, 2016 · 0 comments
Closed

Wrong library name libpurify #9

olebole opened this issue Oct 15, 2016 · 0 comments

Comments

@olebole
Copy link

olebole commented Oct 15, 2016

The library is called libpurify in cpp/purify/CMakeLists.txt:

add_library(libpurify SHARED ${SOURCES})

which is translated by cmake into liblibpurify.so - one "lib" too much. This could be changed either by adding a

set_target_properties(libpurify PROPERTIES OUTPUT_NAME purify)

which is the simplest solution, or by replacing all libpurify with purify.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant