[llvm-bugs] [Bug 50778] New: Cmake warning (dev)
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Jun 20 06:00:22 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=50778
Bug ID: 50778
Summary: Cmake warning (dev)
Product: OpenMP
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Runtime Library
Assignee: unassignedbugs at nondot.org
Reporter: itaru.kitayama at gmail.com
CC: llvm-bugs at lists.llvm.org
Upon CMake configuration I observe:
[...]
-- Not building amdgpu-arch: hsa-runtime64 not found
CMake Warning (dev) at
/p/scratch/cjzam11/kitayama1/projects/spack/opt/spack/linux-centos8-zen2/gcc-10.3.0/cmake-3.20.3-empeclcrdya6gf3e3f3yotgsaojjunci/share/cmake-3.20/Modules/ExternalProject.cmake:2218
(message):
Policy CMP0114 is not set: ExternalProject step targets fully adopt their
steps. Run "cmake --help-policy CMP0114" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
ExternalProject target 'runtimes' would depend on the targets for step(s)
'clean' under policy CMP0114, but this is being left out for compatibility
since the policy is not set.
Call Stack (most recent call first):
cmake/modules/LLVMExternalProjectUtils.cmake:333
(ExternalProject_Add_StepTargets)
runtimes/CMakeLists.txt:226 (llvm_ExternalProject_Add)
runtimes/CMakeLists.txt:353 (runtime_default_target)
This warning is for project developers. Use -Wno-dev to suppress it.
[...]
If this is not written soley by the openmp project folks, can you tell me
where to post?
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210620/43d2906a/attachment.html>
More information about the llvm-bugs
mailing list