<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/83727>83727</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            cmake 3.28 deprecation warnings
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            cmake
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          fsb4000
      </td>
    </tr>
</table>

<pre>
    I built libc++ under Windows with `cmake version 3.28.3`
It works for now but I noticed some warnings:
```
$ cmake -G Ninja -S runtimes -B build -DLLVM_ENABLE_RUNTIMES="libcxx" -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl

CMake Deprecation Warning at C:/Dev/STL/llvm-project/cmake/Modules/CMakePolicy.cmake:6 (cmake_policy):
 The OLD behavior for policy CMP0114 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances. Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.
Call Stack (most recent call first):
  CMakeLists.txt:6 (include)


CMake Deprecation Warning at C:/Dev/STL/llvm-project/cmake/Modules/CMakePolicy.cmake:11 (cmake_policy):
  The OLD behavior for policy CMP0116 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.
Call Stack (most recent call first):
 CMakeLists.txt:6 (include)
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJzsVU1v4zYQ_TX0ZWBBomTJPugQfxVG7WywSZu9GRQ1srihSIOk7OTfF6QsN_1AsaeihwKGAWLIN-_NvNEwa8VJIZZktiSz9YT1rtWmbGyVxXE8qXT9Ue6g6oV0IEXFCV0SuoRe1WjgVahaXy1chWuB5DHv2BvCBY0VWkEa0XmUkjwm8ZrEDzsHV23eLDTagNJXqHoHO1DaCY41WN0hXJlRQp0sSR-GR_718BuONIMhyfQneBTqO4PpM5heOdGhhekyMK1hut7vfz0cN48Py_3m-PWXx5fdYfNM0jWh1Kt4fyeUwnS9Ojz8vDmujqsvh6fdfvOVpGsumTpNufw9-u3b38VvhML_6uAprfFskDPntb8OQoA5WHkxdLvGC6Hb55c9oVspL930bPR35I7QbVBE6Pag616iJXQbAJ-0FPwjGqLpQw6EzsPheA4RQhf3OsFLi_Blv4YKW3YR2oQqD_dgdXiKkySDq5ASKgSDnb5gDY3RHTBoetebe9tueKAbCCyiz0Ih5AkkpgFceLrzgtAFdEz1TAK-nyUTyoJrmQP3J1rW4zIpR7gRBJhBqG8FxBqYqgcANoqwre5l7elbdOB0gNVKfgxeHAHtGbloBPf3jZs6NB1wYXjfWccURxvB01B4-wnyrI3P6nQg_Lh5HeHu5fSElHZgUH6AVp6ECw0e-Q2MbtVaMSnh2TH-5pvWaesfclQOuI80wlj3h_YNtd4L62zk3t3YbqG47Gv0Vz914V80XZL8o-t-wHb5_7YbbPef9N0P2m78Ck_qMq0X6YJNsEyKeJEVi2JOJ21Z1HOs8xkmSTLLaRPPkrzJGlZk-awockonoqQxzeI0TpMZXWQ0wiItKpo0aVLP81lakSzGjgkZeZ9G2pwmwtoey3la0GIiWYXShiVF6c261O8rUwZfV_3JkiyWQckdwQknsRwWht9G91b7aRl3zaQ3smydO9thZgjdnoRr-yriurvNzV_HJ5DzUxP4_RYAAP__bv5WRw">