Skip to content

Conversation

@scribam
Copy link
Contributor

@scribam scribam commented Aug 5, 2025

Fix the following warning when using CMake 4.0:

CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

@wtdcode
Copy link
Member

wtdcode commented Aug 6, 2025

I can't recall why we stick to this old version but is it possible to do the <min>...<max> way?

@scribam scribam force-pushed the cmake-minimum-required branch from f2063ae to 087b8b7 Compare August 7, 2025 15:49
@scribam scribam force-pushed the cmake-minimum-required branch from 087b8b7 to 435ccb6 Compare August 7, 2025 17:24
@scribam
Copy link
Contributor Author

scribam commented Aug 7, 2025

I can't recall why we stick to this old version but is it possible to do the <min>...<max> way?

Yes, done

@wtdcode wtdcode merged commit 94847a9 into unicorn-engine:dev Aug 8, 2025
44 checks passed
@wtdcode
Copy link
Member

wtdcode commented Aug 8, 2025

Cool, thanks

@scribam scribam deleted the cmake-minimum-required branch August 8, 2025 06:16
K4ddate pushed a commit to K4ddate/unicorn that referenced this pull request Sep 16, 2025
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