Commit Graph
7 Commits
Author SHA1 Message Date
itsmattkc aa0e0433db cmake: don't use pkgconfig on windows 2020-09-15 03:06:59 +10:00
itsmattkc 3ae3079a7a cmake: fallback if both openexr build types are not available 2020-08-11 12:13:16 +10:00
itsmattkc 43ad1d4368 cmake: find openexr release/debug separately and define them as such
Minor CMake improvement that becomes a major improvement on Windows,
because for some reason OpenEXR on Windows always crashes if you mix
release/debug builds (e.g. release OpenEXR + debug Olive and vice versa).
This ensures that as long as you have both release and debug (which you
will if you installed from vcpkg), CMake will link the correct lib and
prevent crashes.
2020-08-11 00:49:56 +10:00
itsmattkc 7523db099b cmake: use improved FindOpenEXR module 2020-06-26 00:21:12 +10:00
Parona be56393e4a Fixes issues with REGEX MATCHALL not recognising ${TMP} as an argument. 2020-05-13 01:21:20 +03:00
itsmattkc b134ac877f cmake: use better FindOpenEXR.cmake script 2020-02-29 01:17:41 +11:00
itsmattkc 888e688385 work towards implementing osl as a renderer 2020-02-12 15:13:51 +11:00