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

Fix cmake search for fucntions #12

Merged
merged 3 commits into from
Jul 5, 2024
Merged

Fix cmake search for fucntions #12

merged 3 commits into from
Jul 5, 2024

Conversation

ra3xdh
Copy link
Owner

@ra3xdh ra3xdh commented Jul 5, 2024

This PR contains the following fixes for CMake:

  • The check_function_exists replaced by check_cxx_symbol_exists
  • The check for namespace support has been removed. This check is redundant for C++11 standard

Replaced check_function_exists by check_cxx_symbol_exists
@ra3xdh ra3xdh linked an issue Jul 5, 2024 that may be closed by this pull request
@ra3xdh ra3xdh added the cmake label Jul 5, 2024
@ra3xdh ra3xdh merged commit dde5f9e into develop Jul 5, 2024
6 checks passed
@ra3xdh ra3xdh deleted the fix_cmake branch July 8, 2024 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable redundant checks in CMake
1 participant