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) ``` cmake_policy(SET CMP0025 NEW) ``` a subtle fix advice, best regards!