light: build: rename embree license
This commit is contained in:
parent
57f4dd0ee9
commit
1458f097da
|
|
@ -58,6 +58,6 @@ install(TARGETS light RUNTIME DESTINATION bin)
|
||||||
if (embree_FOUND)
|
if (embree_FOUND)
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
install(FILES ${EMBREE_DLLS} DESTINATION bin)
|
install(FILES ${EMBREE_DLLS} DESTINATION bin)
|
||||||
install(FILES ${EMBREE_LICENSE} DESTINATION bin)
|
install(FILES ${EMBREE_LICENSE} DESTINATION bin RENAME LICENSE-embree.txt)
|
||||||
endif()
|
endif()
|
||||||
endif(embree_FOUND)
|
endif(embree_FOUND)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue