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