summaryrefslogtreecommitdiff
path: root/graphics/appleseed/files/patch-sandbox_share_cmake_Modules_FindImath.cmake
blob: e5f8652b64bc1dc1f2343ba93833f74264a4e3d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- sandbox/share/cmake/Modules/FindImath.cmake.orig	2019-08-31 15:49:01 UTC
+++ sandbox/share/cmake/Modules/FindImath.cmake
@@ -39,10 +39,8 @@
 
 include (FindPackageHandleStandardArgs)
 
-find_path (IMATH_INCLUDE_DIR NAMES OpenEXR/ImathVec.h)
+find_path (IMATH_INCLUDE_DIR NAMES Imath/ImathVec.h)
 
-find_library (IMATH_HALF_LIBRARY NAMES Half)
-find_library (IMATH_IEX_LIBRARY NAMES Iex)
 find_library (IMATH_MATH_LIBRARY NAMES Imath)
 
 # Handle the QUIETLY and REQUIRED arguments and set IMATH_FOUND.