Skip to content

Commit 12e7e8e

Browse files
committed
update octave toolbox info
1 parent f110ef3 commit 12e7e8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: iso2mesh
2-
Version: 1.9.5
3-
Date: 2020-17-06
2+
Version: 1.9.6
3+
Date: 2020-05-09
44
Title: A 3D surface and volumetric mesh generator for MATLAB/Octave
55
Author: Qianqian Fang <[email protected]>
66
Maintainer: Qianqian Fang <[email protected]>

tools/cgalmesh/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ if ( MESH_3_VERBOSE )
2222
add_definitions(-DCGAL_MESH_3_VERBOSE)
2323
endif()
2424

25-
#find_package( COMPONENTS )
25+
find_package(CGAL COMPONENTS ImageIO)
2626

27-
if ( true )
27+
if ( CGAL_FOUND )
2828
include( ${CGAL_USE_FILE} )
2929
find_package(Boost)
3030

0 commit comments

Comments
 (0)