need a certain order

This commit is contained in:
Eric Berberich 2012-06-29 09:39:40 +00:00
parent b5a4e941fd
commit 87ebf20f51
1 changed files with 1 additions and 1 deletions

View File

@ -352,10 +352,10 @@ if( NOT CGAL_MACROS_FILE_INCLUDED )
# Eric Berberich 2012/06/29
use_component( MPFR )
use_component( GMP )
if (GMPXX_FOUND)
use_component( GMPXX )
endif()
use_component( GMP )
endmacro()