On 2022/05/25 07:21 AM, 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?
____________________________________________________
tde-devels mailing list -- devels(a)trinitydesktop.org
To unsubscribe send an email to devels-leave(a)trinitydesktop.org
Web mail archive available at
https://mail.trinitydesktop.org/mailman3/hyperkitty/list/devels@trinitydesk…
Hi Ray,
cmake-trinity is now a dependency module, so it should be build and install first.
It should no longer be part of the source code of each modules.This was changed back in
R14.0.11
https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/51
Recently we cleanup some code, so you now need to use the module as a dependency as
intented.
Cheers
Michele