[Insight-developers] cache problem with cmake 2.2
Brad King
brad.king at kitware.com
Tue Aug 16 10:54:10 EDT 2005
Gaetan Lehmann wrote:
>
> and I forgot, I also have problem with "make -j 2" that I never have
> before with cmake 2.0.x: build fail without error message (only an exit
> code). Running "make" works.
Try running "make -j 2 VERBOSE=1" to see what is going on.
> On Tue, 16 Aug 2005 16:32:20 +0200, Gaetan Lehmann
> <gaetan.lehmann at jouy.inra.fr> wrote:
>
>>
>> Hi,
>>
>> I have problems with cmake 2.2 on linux: running make install (after
>> make) rebuild all wrapped files before install.
>> I hope it can be fixed :-)
The "install" target now depends on the "all" target. If you just run
"make" a second time I bet things would rebuild too. You can get rid of
the dependency by adding -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY:BOOL=ON to
your cache.
-Brad
More information about the Insight-developers
mailing list