Skip to content

#231 Compile database may content response files #305

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

Merged
merged 2 commits into from
Jul 1, 2022

Conversation

alexey-utkin
Copy link
Collaborator

  • add cmake options:
    -DCMAKE_{ASM,C,CPP}USE_RESPONSE_FILE_FOR_INCLUDES=OFF
    -DCMAKE
    {ASM,C,CPP}USE_RESPONSE_FILE_FOR_OBJECTS=OFF
    -DCMAKE
    {ASM,C,CPP}_USE_RESPONSE_FILE_FOR_LIBRARIES=OFF

- add cmake options:
    -DCMAKE_{ASM,C,CPP}_USE_RESPONSE_FILE_FOR_INCLUDES=OFF
    -DCMAKE_{ASM,C,CPP}_USE_RESPONSE_FILE_FOR_OBJECTS=OFF
    -DCMAKE_{ASM,C,CPP}_USE_RESPONSE_FILE_FOR_LIBRARIES=OFF
@alexey-utkin alexey-utkin requested a review from ladisgin June 30, 2022 15:21

std::vector<std::string> cmakeOptionsWithMandatory = CMAKE_MANDATORY_OPTIONS;
for (const std::string &op : cmakeOptions) {
if (op.find("_USE_RESPONSE_FILE_FOR_LIBRARIES") == std::string::npos) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete _LIBRARIES

@alexey-utkin alexey-utkin merged commit 6dd494f into main Jul 1, 2022
@alexey-utkin alexey-utkin deleted the uta/cmakeOptions branch July 1, 2022 06:26
@alexey-utkin alexey-utkin self-assigned this Jul 1, 2022
@alexey-utkin alexey-utkin added bug Something isn't working cpp-syntax Related to generation tests for C++ labels Jul 1, 2022
@alexey-utkin alexey-utkin removed their assignment Jul 1, 2022
@alexey-utkin alexey-utkin removed bug Something isn't working cpp-syntax Related to generation tests for C++ labels Jul 1, 2022
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

Successfully merging this pull request may close these issues.

2 participants