On Wednesday 25 of May 2022 00:21:02 ray-v--- via tde-devels wrote:
Building 14.0.x, I get the error:
CMake Error at CMakeLists.txt:39 (include):
include could not find requested file:
TDEMacros
This is because of the removal of CMAKE_MODULE_PATH from CMakeLists.txt.
How does cmake now find the TDE cmake modules?
____________________________________________________
Hi Ray-V,
starting with R14.0.11, cmake-trinity is built and installed as a separate
package. As a result, it is no longer has to be a submodule, and there is
no need to be like a subdirectory in the source code. Instead,
cmake-trinity installs macros in the CMake system directory.
Therefore, CMAKE_MODULE_PATH no longer needs to be set and for the upcoming
R14.0.13 it was removed from CMakeLists.txt.
Cheers
--
Slávek