Skip to content
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

Olympia build fixes #40

Merged
merged 2 commits into from
Jul 23, 2024
Merged

Olympia build fixes #40

merged 2 commits into from
Jul 23, 2024

Conversation

bdutro
Copy link
Collaborator

@bdutro bdutro commented Jul 23, 2024

Add DISABLE_STF_TESTS CMake option (needed to avoid same-name regress target collision in Olympia)
Use std::enable_if for defaultProtocolFieldFormatter functions in stf_protocol_fields.hpp to fix build errors in gcc 10

Fixes #39

    - Add DISABLE_STF_TESTS CMake option (needed to avoid same-name
      regress target collision)
    - Use std::enable_if for defaultProtocolFieldFormatter functions in
      stf_protocol_fields.hpp to fix build errors in gcc 10
@bdutro bdutro force-pushed the dev/bdutro/gcc10-fixes branch from 3857158 to d3051d2 Compare July 23, 2024 00:40
@bdutro bdutro force-pushed the dev/bdutro/gcc10-fixes branch from d3051d2 to 8a38bf0 Compare July 23, 2024 00:45
@bdutro bdutro merged commit b874cc0 into master Jul 23, 2024
1 check passed
@bdutro bdutro deleted the dev/bdutro/gcc10-fixes branch July 23, 2024 00:47
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.

C++ errors when building stf lib
1 participant