From ff7a99c691b7933cb7984ea8e9c381696f0289d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Beaune?= Date: Sat, 25 Aug 2018 10:27:53 +0200 Subject: [PATCH] Set Embree's RTC_HASH to empty string It's what Embree's build system sets it to (in the sources directory, for some reason) since the .git/ folder is absent (on purpose). --- src/embree/kernels/hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/embree/kernels/hash.h b/src/embree/kernels/hash.h index 8bfade22b..ab1bf2974 100644 --- a/src/embree/kernels/hash.h +++ b/src/embree/kernels/hash.h @@ -14,4 +14,4 @@ // limitations under the License. // // ======================================================================== // -#define RTC_HASH "95d3b09224fc2e4033a6070bb36b9da8b91ccef9" +#define RTC_HASH ""