find(ESBTL) after include( ${CGAL_USE_FILE} ) to override

CGAL-I-REF config file (now should have r instead of w/n in test-suite)
This commit is contained in:
Sébastien Loriot 2010-06-17 06:05:20 +00:00
parent c33b848256
commit c2d7f69b94
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if ( COMMAND cmake_policy )
endif()
find_package(CGAL)
find_package(ESBTL)
@ -29,6 +29,8 @@ if (CGAL_FOUND)
create_single_source_cgal_program( "skin_surface_subdiv_with_normals.cpp" )
create_single_source_cgal_program( "union_of_balls_simple.cpp" )
create_single_source_cgal_program( "union_of_balls_subdiv.cpp" )
find_package(ESBTL)
if(ESBTL_FOUND)
include( ${ESBTL_USE_FILE} )
create_single_source_cgal_program( "skin_surface_pdb_reader.cpp" )