DentonW / DevIL

Developer's Image Library (DevIL) is a cross-platform image library utilizing a simple syntax to load, save, convert, manipulate, filter, and display a variety of images with ease. It is highly portable and has been ported to several platforms.
http://openil.sourceforge.net/
GNU Lesser General Public License v2.1
446 stars 138 forks source link

Replace set with append to propagate previous CMAKE_MODULE_PATH list. #93

Closed bartekordek closed 2 years ago

bartekordek commented 3 years ago

Without this change I am not able to properly search my for my custom FindGLUT.cmake. I does not break the build, but allows to provide user to specify own directories with FindXXX.cmake files.

mica100 commented 3 years ago

same as in https://github.com/DentonW/DevIL/pull/70