iree-experimental icon indicating copy to clipboard operation
iree-experimental copied to clipboard

[runtime-library] CMake configuration of runtime-library causes warnings about CMP0069

Open wangkuiyi opened this issue 2 years ago • 0 comments

Following steps in the README file of the runtime-library sample, the command cmake -GNinja -Bbuild . prints the following warnings.

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?

wangkuiyi avatar Jan 16 '23 16:01 wangkuiyi