Skip to content

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