star-vx

Structuring voxels for ray-tracing
git clone git://git.meso-star.fr/star-vx.git
Log | Files | Refs | README | LICENSE

commit 9e60cb2b7b4dd115aad32b099790909a3808cf07
parent bddc8f024ebf17a762062b856c0d87116fe2cb37
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 28 Nov 2018 18:25:50 +0100

Fix the CMakeLists.txt file when NO_TEST is set

Diffstat:
Mcmake/CMakeLists.txt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -100,9 +100,9 @@ if(NOT NO_TEST) new_test(test_svx_octree) new_test(test_svx_octree_trace_ray ${MATH_LIB}) new_test(test_svx_bintree_trace_ray ${MATH_LIB}) -endif() -rcmake_copy_runtime_libraries(test_svx_octree_trace_ray) + rcmake_copy_runtime_libraries(test_svx_octree_trace_ray) +endif() ################################################################################ # Define output & install directories