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

cmake_minimum_required() before project() to avoid cmake warning #767

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

spoonincode
Copy link
Member

fixes a warning on cmake

CMake Warning (dev) at CMakeLists.txt:1 (project):
  cmake_minimum_required() should be called prior to this top-level project()
  call.  Please see the cmake-commands(7) manual for usage documentation of
  both commands.
This warning is for project developers.  Use -Wno-dev to suppress it.

@spoonincode spoonincode merged commit c12c156 into main Aug 23, 2024
3 checks passed
@spoonincode spoonincode deleted the tests_cmake_warnfix branch August 23, 2024 20:37
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