DevIL icon indicating copy to clipboard operation
DevIL copied to clipboard

prepend modulepath for better support of ExternalProject_Add

Open Agadoul opened this issue 7 years ago • 1 comments

Agadoul avatar Mar 09 '17 17:03 Agadoul

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.

Agadoul avatar Mar 09 '17 18:03 Agadoul