[Insight-developers] Wrong install path in double-conversion

Williams, Norman K norman-k-williams at uiowa.edu
Wed Mar 27 11:22:24 EDT 2013


I know this looks weird.  I added the '/lib' when the libraries were not
getting put in the right directory.

I will investigate cleaning this up. At a minimum
DOUBLECONVERSION_INSTALL_LIB_DIR is only used in one CMakeLists.txt, and
it's value is the same as ITKDoubleConversion_INSTALL_LIBRARY_DIR.

--
Kent Williams norman-k-williams at uiowa.edu






On 3/27/13 1:06 AM, "Vladimir, Chalupecky" <chalupecky at jp.fujitsu.com>
wrote:

>Hello,
>
>The double-conversion library is installed to
>${CMAKE_INSTALL_PREFIX}/lib/lib which is probably not right. This is due
>to the following lines in
>Modules/ThirdParty/DoubleConversion/src/double-conversion/CMakeLists.txt
>
>    LIBRARY DESTINATION "${DOUBLECONVERSION_INSTALL_LIB_DIR}/lib"
>COMPONENT Libraries
>    ARCHIVE DESTINATION "${DOUBLECONVERSION_INSTALL_LIB_DIR}/lib"
>COMPONENT Development)
>
>which should be just
>
>    LIBRARY DESTINATION "${DOUBLECONVERSION_INSTALL_LIB_DIR}" COMPONENT
>Libraries
>    ARCHIVE DESTINATION "${DOUBLECONVERSION_INSTALL_LIB_DIR}" COMPONENT
>Development)
>
>Cheers,
>
>Vladimir
>_______________________________________________
>Powered by www.kitware.com
>
>Visit other Kitware open-source projects at
>http://www.kitware.com/opensource/opensource.html
>
>Kitware offers ITK Training Courses, for more information visit:
>http://kitware.com/products/protraining.php
>
>Please keep messages on-topic and check the ITK FAQ at:
>http://www.itk.org/Wiki/ITK_FAQ
>
>Follow this link to subscribe/unsubscribe:
>http://www.itk.org/mailman/listinfo/insight-developers



________________________________
Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential and may be legally privileged.  If you are not the intended recipient, you are hereby notified that any retention, dissemination, distribution, or copying of this communication is strictly prohibited.  Please reply to the sender that you have received the message in error, then delete it.  Thank you.
________________________________


More information about the Insight-developers mailing list