On 24 Jul., 11:43, Guido Kohlmeyer <[email protected]> wrote:
> I commited a small fix in CMakeLists.txt to find the static libraries in
> the SDK.
> I don't know how do you start CMake. You can even pass this as a
> parameter at call of CMake "-D BOOST_ROOT=D:/usr/src/SDK/boost_1_39_0"
> For instance I do a build based in batch files which call CMake and all
> other tools. Here it is possible to set the environment variable right
> before the call of CMake or to pass the path as a parameter.
Hi Guido,
thank for your help.
After adding the line (about line 180, in the IF(WIN32)-ENDIF
condition)
SET(BOOST_ROOT ${SOURCE_BASE_DIR}/boost_1_39_0)
to CMakeList.txt it works without problems.
So I don't need to change a environment variable when the library gets
updated, because then I forgot that I have to change the environment
variable.
Does this line breaks something other (maybe in your batch files)?
If not, we can commit it to trunk.
Thomas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"hugin and other free panoramic software" group.
A list of frequently asked questions is available at:
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~----------~----~----~----~------~----~------~--~---