Bruno Postle <[email protected]> wrote:
[...]
> Yes the libraries are private, for now anyway, we also don't install
> header files that you would need if they were 'public'. Since
> nobody should be linking to the libraries we shouldn't be installing
> the .so symlinks either.
Hello,
I will uprovide an updated the patch like this ...
IF(WIN32)
install(TARGETS huginANN RUNTIME DESTINATION ${BINDIR})
ELSEIF(${HUGIN_LIBS_PRIVATE_DIR})
- install(TARGETS huginANN DESTINATION ${LIBDIR}/hugin)
+ install(TARGETS huginANN LIBRARY DESTINATION ${LIBDIR}/hugin NAMELINK_SKIP)
ELSE(WIN32)
- install(TARGETS huginANN DESTINATION ${LIBDIR})
+ install(TARGETS huginANN LIBRARY DESTINATION ${LIBDIR} NAMELINK_SKIP)
ENDIF(WIN32)
ELSE (${HUGIN_SHARED_LIBS})
... assuming it is save to drop the .so symlink on APPLE, too.
cu andreas
--
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
--
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