-- Mensagem encaminhada --
De: "Luiz Romário Santana Rios"
Data: 10/11/2014 13:53
Assunto: Re: Problems with KItemModels 5.2 and Windows
Para: "David Faure"
Cc:
Didn't work for me. I had to set CMAKE_MODULE_PATH directly, even after
updating to 5.4.
Em
On Sunday 09 November 2014 23:35:16 Luiz Romário Santana Rios wrote:
> Problem solved. I just had to set CMAKE_MODULE_PATH as
> $INSTDIR\share\ECM\find-modules.
The more usual solution is to set CMAKE_PREFIX_PATH to $INSTDIR.
--
David Faure, fa...@kde.org, http://www.davidfaure.fr
Working on KDE
Problem solved. I just had to set CMAKE_MODULE_PATH as
$INSTDIR\share\ECM\find-modules.
Thanks for the help.
2014-10-06 18:12 GMT-03:00 David Faure :
> On Wednesday 01 October 2014 22:13:18 Luiz Romário Santana Rios wrote:
>> Hello.
>>
>> I managed to compile and install KItemModels in Windows, b
On Wednesday 01 October 2014 22:13:18 Luiz Romário Santana Rios wrote:
> Hello.
>
> I managed to compile and install KItemModels in Windows, but, when I
> try to compile an application which requires KItemModels, CMake
> complains about a missing KF5Config.cmake, which is nowhere to be
> found at
Hello.
I managed to compile and install KItemModels in Windows, but, when I
try to compile an application which requires KItemModels, CMake
complains about a missing KF5Config.cmake, which is nowhere to be
found at my install dir -- even though I had installed ECM already.
I already managed to co