commit f137f001adc114ffbe1395d7c1c74615447ef96f
parent 50e1563b007de63aabe332b712bf407be26f72b0
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 17 Apr 2015 14:45:12 +0200
Fix comments in the EmbreeConfig cmake script
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/cmake/EmbreeConfig.cmake b/cmake/EmbreeConfig.cmake
@@ -1,7 +1,7 @@
# Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
#
-# This software is a computer program whose purpose is to generate files used
-# to build the Star-3D library.
+# This software is a computer program whose purpose is to generate files
+# used to build the Star-3D library.
#
# This software is governed by the CeCILL license under French law and
# abiding by the rules of distribution of free software. You can use,
@@ -32,9 +32,9 @@
cmake_minimum_required(VERSION 2.6)
# Try to find the Embree devel. Once done this will define:
-# - Embree_FOUND: system has RSys
+# - Embree_FOUND: system has Embree
# - Embree_INCLUDE_DIR: the include directory
-# - Embree: Link this to use rsys
+# - Embree: Link this to use Embree
find_path(Embree_INCLUDE_DIR embree2/rtcore.h)
unset(Embree_LIBRARY CACHE)