star-3d

Surface structuring for efficient 3D geometric queries
git clone git://git.meso-star.fr/star-3d.git
Log | Files | Refs | README | LICENSE

commit 4c2fbd129d85ea5addae0ae53d9db6a4315b7155
parent 6b75d0ee9f39bd9843657b2f8f3878f042a9fc80
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  1 Jun 2016 10:36:04 +0200

Remove a useless message in the Embree cmake package

Diffstat:
Mcmake/EmbreeConfig.cmake | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/cmake/EmbreeConfig.cmake b/cmake/EmbreeConfig.cmake @@ -42,7 +42,6 @@ unset(Embree_LIBRARY_DEBUG CACHE) unset(Embree_LIBRARY_RELWITHDEBINFO CACHE) unset(Embree_LIBRARY_MINSIZEREL CACHE) find_library(Embree_LIBRARY embree DOC "Path to the library embree.") -message(STATUS ${Embree_LIBRARY}) # Create the imported library target if(CMAKE_HOST_WIN32)