From 1458f097da0cfdcaa6232fb1d30d18af4598c7b0 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Fri, 17 Jun 2016 16:19:57 -0700 Subject: [PATCH] light: build: rename embree license --- light/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/light/CMakeLists.txt b/light/CMakeLists.txt index c0708188..c5a7ea79 100644 --- a/light/CMakeLists.txt +++ b/light/CMakeLists.txt @@ -58,6 +58,6 @@ install(TARGETS light RUNTIME DESTINATION bin) if (embree_FOUND) if(WIN32) install(FILES ${EMBREE_DLLS} DESTINATION bin) - install(FILES ${EMBREE_LICENSE} DESTINATION bin) + install(FILES ${EMBREE_LICENSE} DESTINATION bin RENAME LICENSE-embree.txt) endif() endif(embree_FOUND)