You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: