Skip to content

FindIce: Support finding both release and debug libraries

Roger Leigh requested to merge rleigh/cmake:ice-debug into master

Search for both release and debug library variants, and use SelectLibraryConfigurations to choose the appropriate library. Also add both release and debug libraries to the imported targets.

Tested on Windows (VS2015, VS2013) with Ice 3.6.2.

Merge request reports