correct spelling of GMPXX_FOUND variable

FOUND_GMPXX -> GMPXX_FOUND
This commit is contained in:
Eric Berberich 2012-06-28 13:02:32 +00:00
parent 3336c68671
commit eb6c435c4a
5 changed files with 9 additions and 5 deletions

View File

@ -2,7 +2,7 @@ message(STATUS "Configure libCGALCore")
use_lib( GMP )
use_lib( MPFR )
if (FOUND_GMPXX)
if (GMPXX_FOUND)
use_lib( GMPXX )
endif()

View File

@ -59,7 +59,7 @@ if( QT4_FOUND )
use_lib( GMP )
use_lib( MPFR )
if (FOUND_GMPXX)
if (GMPXX_FOUND)
use_lib( GMPXX )
endif()

View File

@ -27,9 +27,13 @@ if(NOT USE_CGAL_FILE_INCLUDED)
endforeach()
# these two are mandatory
# these two and a half are mandatory
use_component( GMP )
use_component( MPFR )
if (GMPXX_FOUND)
use_component( GMPXX )
endif()
include_directories( "${CMAKE_CURRENT_BINARY_DIR}" )

View File

@ -2,7 +2,7 @@ message(STATUS "Configure libCGAL")
use_lib( GMP )
use_lib( MPFR)
if (FOUND_GMPXX)
if (GMPXX_FOUND)
use_lib( GMPXX )
endif()

View File

@ -40,7 +40,7 @@ if( QT3_FOUND )
use_lib( GMP )
use_lib( MPFR )
if (FOUND_GMPXX)
if (GMPXX_FOUND)
use_lib( GMPXX )
endif()