We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The CMakeLists.txt contains the line:
set(CPACK_STRIP_FILES "${CMAKE_INSTALL_LIBDIR}/libadldap.so;${CMAKE_INSTALL_BINDIR}/admc")
From the description of the option https://cmake.org/cmake/help/latest/module/CPack.html#variable:CPACK_STRIP_FILES it looks like it removes debug symbols from the so and executable. In the description it's said that the option now can be just a boolean TRUE. But do we really need the option at all?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The CMakeLists.txt contains the line:
From the description of the option https://cmake.org/cmake/help/latest/module/CPack.html#variable:CPACK_STRIP_FILES
it looks like it removes debug symbols from the so and executable.
In the description it's said that the option now can be just a boolean TRUE.
But do we really need the option at all?
The text was updated successfully, but these errors were encountered: