Skip to content

Commit

Permalink
update octave toolbox info
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Sep 5, 2020
1 parent f110ef3 commit 12e7e8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Maintainer: Qianqian Fang <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions tools/cgalmesh/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 12e7e8e

Please sign in to comment.