Following steps in the [README file](https://github.com/iree-org/iree-samples/tree/main/runtime-library#typical-use) of the runtime-library sample, the command `cmake -GNinja -Bbuild .` prints the [following warnings](https://gist.github.com/wangkuiyi/3febdeb88f00cecce95a28cc79ffc45a). Adding `cmake_policy(SET CMP0096 NEW)` in warned cmake files suppresses these warnings. I do not know CMP0096 or `CMAKE_INTERPROCEDURAL_OPTIMIZATION`. Are they necessary for building the runtime library? Should I just ignore these warnings?