From 12e7e8e45a51a9cbc319f698e75dc0a81d256abc Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Sat, 5 Sep 2020 15:56:08 -0400 Subject: [PATCH] update octave toolbox info --- DESCRIPTION | 4 ++-- tools/cgalmesh/CMakeLists.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1ca014a..aedf171 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Name: iso2mesh -Version: 1.9.5 -Date: 2020-17-06 +Version: 1.9.6 +Date: 2020-05-09 Title: A 3D surface and volumetric mesh generator for MATLAB/Octave Author: Qianqian Fang Maintainer: Qianqian Fang diff --git a/tools/cgalmesh/CMakeLists.txt b/tools/cgalmesh/CMakeLists.txt index f8bc110..a56c7bf 100644 --- a/tools/cgalmesh/CMakeLists.txt +++ b/tools/cgalmesh/CMakeLists.txt @@ -22,9 +22,9 @@ if ( MESH_3_VERBOSE ) add_definitions(-DCGAL_MESH_3_VERBOSE) endif() -#find_package( COMPONENTS ) +find_package(CGAL COMPONENTS ImageIO) -if ( true ) +if ( CGAL_FOUND ) include( ${CGAL_USE_FILE} ) find_package(Boost)