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
Several options are added in the CMakeLists.txt from CCI used when creating the conan package: https://github.com/conan-io/conan-center-index/pull/14332/files#diff-ea375b62cb31e3394d050d0bb1267949c9abe74b84e714056725e1a28ce4ce3fR35
They should instead be included in the build script for this project so that they are available to others as well. For instance:
option(disable_logs "Disables all logs" OFF)
if (disable_logs) add_definitions(-DELPP_DISABLE_LOGS) endif()
Should also fix #812
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Several options are added in the CMakeLists.txt from CCI used when creating the conan package: https://github.com/conan-io/conan-center-index/pull/14332/files#diff-ea375b62cb31e3394d050d0bb1267949c9abe74b84e714056725e1a28ce4ce3fR35
They should instead be included in the build script for this project so that they are available to others as well. For instance:
Should also fix #812
The text was updated successfully, but these errors were encountered: