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 c5bb097def8871fa821647a8d2e5e8e6005f3d06
parent 603200b99ce82ab9e80a3c2e7bd7e6348cf88065
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  9 Jul 2015 12:45:08 +0200

Update the RCMake dependency to v0.2

Diffstat:
Mcmake/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -43,7 +43,7 @@ get_filename_component(_current_source_dir ${CMAKE_CURRENT_LIST_FILE} PATH) set(Embree_DIR ${_current_source_dir}/) find_package(Embree REQUIRED) -find_package(RCMake 0.1 REQUIRED) +find_package(RCMake 0.2 REQUIRED) find_package(RSys 0.2 REQUIRED) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${RCMAKE_SOURCE_DIR}) include(rcmake)