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: move cmake_minimum_required() #543

Merged
merged 1 commit into from Mar 20, 2024

Conversation

dimitrovand
Copy link
Contributor

Moving cmake_minimum_required() at the top of
CMakeLists.txt is required dew to warnings coming
from CMake when building CSP under different
build environment (such as CYGWIN).

From cmake_minimum_required() docs:
'Call the cmake_minimum_required() command at the
beginning of the top-level CMakeLists.txt file even before calling the project() command.'

Moving cmake_minimum_required() at the top of
CMakeLists.txt is required dew to warnings coming
from CMake when building CSP under different
build environment (such as CYGWIN).

From cmake_minimum_required() docs:
'Call the cmake_minimum_required() command at the
beginning of the top-level CMakeLists.txt file even
before calling the project() command.'
@dimitrovand dimitrovand marked this pull request as ready for review March 20, 2024 08:43
@yashi yashi self-requested a review March 20, 2024 10:38
Copy link
Member

@yashi yashi left a comment

Choose a reason for hiding this comment

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

Thank you for fixing this. I've been too lazy to do this. appreciate it.

@yashi yashi merged commit 5d81b1e into libcsp:develop Mar 20, 2024
23 checks passed
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.

None yet

2 participants