This should hopefully be an easy question: Our build of FreeImage has a 
dependency on vcomp120.dll.  However, it would seem that GetPrerequisites.cmake 
is skipping that dependency because it's in the Visual Studio installation 
directory, and also InstallRequiredSystemLibraries.cmake doesn't seem to have 
any facilities for installing that (even optionally).  So, my question is: what 
would be the best way to add an installation of that DLL so that we don't 
require the VS 2013 x64 redistributable, in such a way that it would be 
future-proof?
--
Daniel

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to