CMake with local package [message #2341] |
Tue, 04 November 2014 21:46  |
jfstrube Messages: 64 Registered: September 2004 Location: Tohoku University |
|
|
|
I'm trying to build LCFIPlus, which in turn depends on LCFIVertex.
I've checked out both packages, because I'd like to work on both of them.
How can I tell CMake to look for my local copy of LCFIVertex when building LCFIPlus rather than the one in $ILCSOFT?
I could probably hack together something for the CMakeLists.txt, with a lot of googling.
If possible, I would much prefer a solution based on command-line options.
Otherwise, some hints on how to hack the CMakeLists.txt are also appreciated.
<edit>I've tried cmake -C /home/ilc/jstrube/public/LCFIVertex/LCFIVertexConfig.cmake -C /group/ilc/soft/ilcsoft/x86_64_gcc44/v01-17-06/ILCSoft.cmake .., but without success. Changing the order of the cmake files did not help.</edit>
[Updated on: Tue, 04 November 2014 21:55]
|
|
|