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
@doyubkim CMP0025 in CMake is used for the policy to use compiler ID either AppleClang or Clang.
This policy was introduced in CMake version 3.0. However, our minimum version of CMake is 2.8.12.
What do you think about upgrading CMake version to 3?
Reference: https://cmake.org/cmake/help/latest/policy/CMP0025.html
Fluid Engine can throw a error that prevent me from a successful build on my environment (MacOS big sur, clang 11, cmake 3.19.6)
adding this line in the root CMakeLists.txt may help! (I put this line under the
cmake_minimum_required(...)
line)a subtle fix advice, best regards!
The text was updated successfully, but these errors were encountered: