You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It reports failure when building the ceresdb with cmake = 2.26:
Policy CMP0066 is not set: Honor per-config flags in try_compile()
source-file signature. Run "cmake --help-policy CMP0066" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
For compatibility with older versions of CMake, try_compile is not honoring
caller config-specific compiler flags (e.g. CMAKE_C_FLAGS_DEBUG) in the
test project.
Server version
Built on macos 13.3, Apple M1 Pro.
Steps to reproduce
Execute cargo build on the root directory of ceresdb project.
Expected behavior
Successful building.
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe this problem
It reports failure when building the ceresdb with cmake = 2.26:
Server version
Built on macos 13.3, Apple M1 Pro.
Steps to reproduce
Execute
cargo build
on the root directory of ceresdb project.Expected behavior
Successful building.
Additional Information
No response
The text was updated successfully, but these errors were encountered: