DevIL
DevIL copied to clipboard
prepend modulepath for better support of ExternalProject_Add
Hi,
When using external Project in cmake (https://cmake.org/cmake/help/v3.0/module/ExternalProject.html) It is important to be able to use your own CMake module.
This patch allows to use devil's CMake module first and fallback to provided module located in provided path.