Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a linker error when compiling OpenEXR statically on Linux
Linking OpenEXR and IlmBase statically on Linux failed due to interdependencies between Iex and IlmThread. Simply reversing their order in CMakeLists.txt fixes the issue (which only arises on Linux since the GNU linker is particularly sensitive to the order of static libraries)
- Loading branch information