mirror of https://github.com/CGAL/cgal
Avoid to call find_package(Qt3) several times.
This commit is contained in:
parent
de571db22c
commit
1e1f3b251d
|
|
@ -138,7 +138,8 @@ add_config_flag( CGAL_USE_OPENGL )
|
|||
add_config_flag( CGAL_USE_ZLIB )
|
||||
add_config_flag( CGAL_USE_TAUCS )
|
||||
|
||||
find_package(Qt3)
|
||||
# Called in FindCGALDependencies:
|
||||
# find_package(Qt3)
|
||||
if(QT_FOUND)
|
||||
set( CGAL_USE_QT TRUE )
|
||||
add_config_flag( CGAL_USE_QT )
|
||||
|
|
|
|||
Loading…
Reference in New Issue