Mailinglist Archive: opensuse-packaging (192 mails)
| < Previous | Next > |
[opensuse-packaging] Need cmake help for openCOLLADA
- From: Dave Plater <davejplater@xxxxxxxxx>
- Date: Sat, 30 Apr 2011 13:38:57 +0200
- Message-id: <4DBBF4D1.20602@gmail.com>
I've a problem with my cmake openCOLLADA build when using multiple jobs, one lib wants to link to another that hasn't finished
building/linking yet.
Being a hacker at heart I'm trying to add this to the CMakeLists.txt of the lib
that can't find the other :
find_package(lib/libOpenCOLLADABaseUtils)
WHILE(libOpenCOLLADABaseUtils_FOUND)
I'm still going over commands and syntax, I don't know how to invert "libOpenCOLLADABaseUtils_FOUND" yet or if this method will even work. openCOLLADA takes a long time to build and if I build it on my system one of the libs hogs my system to the point of it freezing for at least 20 minutes, so I can only do this and go away for a while and come back to find that it's failed. Doesn't fair well with hacking.
Please help.
Thanks
Dave P
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
Being a hacker at heart I'm trying to add this to the CMakeLists.txt of the lib
that can't find the other :
find_package(lib/libOpenCOLLADABaseUtils)
WHILE(libOpenCOLLADABaseUtils_FOUND)
I'm still going over commands and syntax, I don't know how to invert "libOpenCOLLADABaseUtils_FOUND" yet or if this method will even work. openCOLLADA takes a long time to build and if I build it on my system one of the libs hogs my system to the point of it freezing for at least 20 minutes, so I can only do this and go away for a while and come back to find that it's failed. Doesn't fair well with hacking.
Please help.
Thanks
Dave P
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |