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

Separate lib names for debug and release build #122

Open
oesi82 opened this issue Apr 28, 2022 · 0 comments
Open

Separate lib names for debug and release build #122

oesi82 opened this issue Apr 28, 2022 · 0 comments

Comments

@oesi82
Copy link

oesi82 commented Apr 28, 2022

When building and installing the lib on windows the release and debug libs are installed in the same folder with the same name, i.e., libnabo.lib. Thus it is not possible to have debug and release lib at the same time. Commonly, a 'd' is used as a suffix to differ the debug from release build. I would be happy if you add
set(CMAKE_DEBUG_POSTFIX "d")
to the CMakeLists.txt.

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