star-3dut

Generate meshes of simple geometric shapes
git clone git://git.meso-star.fr/star-3dut.git
Log | Files | Refs | README | LICENSE

commit 62334e603be79665ba8ac07d391bc13f952fd9b0
parent 9b1fb54a3fcf8b9ea8b65fd491dffdadffe80f84
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 12 Dec 2017 15:28:30 +0100

Fix the version of the RCMake dependency to 0.4

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -24,7 +24,7 @@ set(S3DUT_SOURCE_DIR ${PROJECT_SOURCE_DIR}/../src) ################################################################################ # Dependencies ################################################################################ -find_package(RCMake REQUIRED) +find_package(RCMake 0.4 REQUIRED) find_package(RSys 0.6 REQUIRED) include_directories(${RSys_INCLUDE_DIR})