Can't compile Aseprite - CMake

I am at the point in compiling where I use CMake, but it spits out this error:

CMake Deprecation Warning at CMakeLists.txt:18 (cmake_policy):
The OLD behavior for policy CMP0046 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.

CMake Error at F:/CMake/share/cmake-3.23/Modules/CMakeRCInformation.cmake:27 (include):
include could not find requested file:

F:/aseprite/laf/cmake/c_flag_overrides.cmake

Call Stack (most recent call first):
F:/CMake/share/cmake-3.23/Modules/Platform/Windows-MSVC.cmake:484 (enable_language)
F:/CMake/share/cmake-3.23/Modules/Platform/Windows-MSVC.cmake:462 (__windows_compiler_msvc_enable_rc)
F:/CMake/share/cmake-3.23/Modules/Platform/Windows-MSVC-C.cmake:5 (__windows_compiler_msvc)
F:/CMake/share/cmake-3.23/Modules/CMakeCInformation.cmake:48 (include)
CMakeLists.txt:33 (project)

CMake Error at F:/CMake/share/cmake-3.23/Modules/CMakeCXXInformation.cmake:89 (include):
include could not find requested file:

F:/aseprite/laf/cmake/cxx_flag_overrides.cmake

Call Stack (most recent call first):
CMakeLists.txt:33 (project)

CMake Error at CMakeLists.txt:37 (message):
Your Aseprite repository is incomplete, initialize submodules using:

git submodule update --init --recursive

– Configuring incomplete, errors occurred!

Hi @HG22, in the message is the solution:

Your Aseprite repository is incomplete, initialize submodules using:

git submodule update --init --recursive

I hope it helps :pray: