Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wangkuiyi/3febdeb88f00cecce95a28cc79ffc45a to your computer and use it in GitHub Desktop.
Save wangkuiyi/3febdeb88f00cecce95a28cc79ffc45a to your computer and use it in GitHub Desktop.
-- Configuring done
CMake Warning (dev) at /Users/y/w/iree/third_party/googletest/googletest/cmake/internal_utils.cmake:159 (add_library):
Policy CMP0069 is not set: INTERPROCEDURAL_OPTIMIZATION is enforced when
enabled. Run "cmake --help-policy CMP0069" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
INTERPROCEDURAL_OPTIMIZATION property will be ignored for target 'gmock'.
Call Stack (most recent call first):
/Users/y/w/iree/third_party/googletest/googletest/cmake/internal_utils.cmake:213 (cxx_library_with_type)
/Users/y/w/iree/third_party/googletest/googlemock/CMakeLists.txt:97 (cxx_library)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /Users/y/w/iree/third_party/googletest/googletest/cmake/internal_utils.cmake:159 (add_library):
Policy CMP0069 is not set: INTERPROCEDURAL_OPTIMIZATION is enforced when
enabled. Run "cmake --help-policy CMP0069" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
INTERPROCEDURAL_OPTIMIZATION property will be ignored for target
'gmock_main'.
Call Stack (most recent call first):
/Users/y/w/iree/third_party/googletest/googletest/cmake/internal_utils.cmake:213 (cxx_library_with_type)
/Users/y/w/iree/third_party/googletest/googlemock/CMakeLists.txt:100 (cxx_library)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /Users/y/w/iree/third_party/googletest/googletest/cmake/internal_utils.cmake:159 (add_library):
Policy CMP0069 is not set: INTERPROCEDURAL_OPTIMIZATION is enforced when
enabled. Run "cmake --help-policy CMP0069" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
INTERPROCEDURAL_OPTIMIZATION property will be ignored for target 'gtest'.
Call Stack (most recent call first):
/Users/y/w/iree/third_party/googletest/googletest/cmake/internal_utils.cmake:213 (cxx_library_with_type)
/Users/y/w/iree/third_party/googletest/googletest/CMakeLists.txt:126 (cxx_library)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /Users/y/w/iree/third_party/googletest/googletest/cmake/internal_utils.cmake:159 (add_library):
Policy CMP0069 is not set: INTERPROCEDURAL_OPTIMIZATION is enforced when
enabled. Run "cmake --help-policy CMP0069" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
INTERPROCEDURAL_OPTIMIZATION property will be ignored for target
'gtest_main'.
Call Stack (most recent call first):
/Users/y/w/iree/third_party/googletest/googletest/cmake/internal_utils.cmake:213 (cxx_library_with_type)
/Users/y/w/iree/third_party/googletest/googletest/CMakeLists.txt:144 (cxx_library)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /Users/y/w/iree/third_party/cpuinfo/CMakeLists.txt:199 (ADD_LIBRARY):
Policy CMP0069 is not set: INTERPROCEDURAL_OPTIMIZATION is enforced when
enabled. Run "cmake --help-policy CMP0069" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
INTERPROCEDURAL_OPTIMIZATION property will be ignored for target 'cpuinfo'.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /Users/y/w/iree/third_party/cpuinfo/CMakeLists.txt:207 (ADD_LIBRARY):
Policy CMP0069 is not set: INTERPROCEDURAL_OPTIMIZATION is enforced when
enabled. Run "cmake --help-policy CMP0069" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
INTERPROCEDURAL_OPTIMIZATION property will be ignored for target
'cpuinfo_internals'.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /Users/y/w/iree/third_party/cpuinfo/deps/clog/CMakeLists.txt:54 (ADD_LIBRARY):
Policy CMP0069 is not set: INTERPROCEDURAL_OPTIMIZATION is enforced when
enabled. Run "cmake --help-policy CMP0069" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
INTERPROCEDURAL_OPTIMIZATION property will be ignored for target 'clog'.
This warning is for project developers. Use -Wno-dev to suppress it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment