Skip to content

Conversation

@yizhao1
Copy link
Contributor

@yizhao1 yizhao1 commented Nov 20, 2025

Update cmake_minimum_required to make it consistent with the others.

Fix configuration error in higher versions of CMake: CMake Error at test/network_tests/cached_event_tests/CMakeLists.txt:6 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.

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

Update cmake_minimum_required to make it consistent with the others.

Fix configuration error in higher versions of CMake:
CMake Error at test/network_tests/cached_event_tests/CMakeLists.txt:6
(cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from 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.

Signed-off-by: Yi Zhao <[email protected]>
@fcmonteiro
Copy link
Collaborator

hello, we already have this fixed internally for all tests
will be available in the next version

@yizhao1
Copy link
Contributor Author

yizhao1 commented Nov 20, 2025

hello, we already have this fixed internally for all tests will be available in the next version

Thanks. I will close this PR.

@yizhao1 yizhao1 closed this Nov 20, 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