[Cs-dev]
Date | 2013-12-09 21:42 |
From | |
Subject | [Cs-dev] |
Attachments | None None |
Hi all, I came across a useful Cmake option that forces cmake to search for libraries only within a specific location. (I.e. CMAKE_FIND_ROOT_PATH_MODE_PROGRAM, etc.). I noticed this with the Mingw toolchain files I was working with from Linux. However, I think this could be adapted to help when using MinGW on Windows too. I am going to look into modifying the download and build scripts from the Linux ones to have a fully automated build for MinGW on Windows. The goal is for it to only use dependencies from a specific directory and avoid any system ones. Thanks! Steven |