diff --git a/Alpha_shapes_2/demo/Alpha_shapes_2/CMakeLists.txt b/Alpha_shapes_2/demo/Alpha_shapes_2/CMakeLists.txt index 6acf18db809..e1a3ca09929 100644 --- a/Alpha_shapes_2/demo/Alpha_shapes_2/CMakeLists.txt +++ b/Alpha_shapes_2/demo/Alpha_shapes_2/CMakeLists.txt @@ -10,10 +10,10 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 ) +find_package(CGAL COMPONENTS Qt3 ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Apollonius_graph_2/demo/Apollonius_graph_2/CMakeLists.txt b/Apollonius_graph_2/demo/Apollonius_graph_2/CMakeLists.txt index 35c5520ac4a..07f9f6c7dde 100644 --- a/Apollonius_graph_2/demo/Apollonius_graph_2/CMakeLists.txt +++ b/Apollonius_graph_2/demo/Apollonius_graph_2/CMakeLists.txt @@ -10,10 +10,10 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 ) +find_package(CGAL COMPONENTS Qt3 ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/CMakeLists.txt b/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/CMakeLists.txt index aa8dd741f32..9b01b577825 100644 --- a/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/CMakeLists.txt +++ b/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/CMakeLists.txt @@ -10,11 +10,11 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 Core ) +find_package(CGAL COMPONENTS Qt3 Core ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Boolean_set_operations_2/demo/Boolean_set_operations_2/CMakeLists.txt b/Boolean_set_operations_2/demo/Boolean_set_operations_2/CMakeLists.txt index 64725d32fbc..f40786eaea4 100644 --- a/Boolean_set_operations_2/demo/Boolean_set_operations_2/CMakeLists.txt +++ b/Boolean_set_operations_2/demo/Boolean_set_operations_2/CMakeLists.txt @@ -10,10 +10,10 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 ) +find_package(CGAL COMPONENTS Qt3 ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Circular_kernel_3/demo/Circular_kernel_3/CMakeLists.txt b/Circular_kernel_3/demo/Circular_kernel_3/CMakeLists.txt index 75c9258235f..94daf3a44bd 100644 --- a/Circular_kernel_3/demo/Circular_kernel_3/CMakeLists.txt +++ b/Circular_kernel_3/demo/Circular_kernel_3/CMakeLists.txt @@ -12,13 +12,13 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Core Qt3 ) +find_package(CGAL COMPONENTS Core Qt3 ) if ( CGAL_FOUND ) include( ${CGAL_USE_FILE} ) - find_package(Qt3-patched QUIET ) + find_package(Qt3-patched ) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Convex_decomposition_3/demo/Convex_decomposition_3/CMakeLists.txt b/Convex_decomposition_3/demo/Convex_decomposition_3/CMakeLists.txt index 2dbe7469b2c..44fe9dcf643 100644 --- a/Convex_decomposition_3/demo/Convex_decomposition_3/CMakeLists.txt +++ b/Convex_decomposition_3/demo/Convex_decomposition_3/CMakeLists.txt @@ -10,10 +10,10 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 ) +find_package(CGAL COMPONENTS Qt3 ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Convex_hull_2/demo/Convex_hull_2/CMakeLists.txt b/Convex_hull_2/demo/Convex_hull_2/CMakeLists.txt index 037d846b98d..88983cdbd3b 100644 --- a/Convex_hull_2/demo/Convex_hull_2/CMakeLists.txt +++ b/Convex_hull_2/demo/Convex_hull_2/CMakeLists.txt @@ -10,10 +10,10 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 ) +find_package(CGAL COMPONENTS Qt3 ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Convex_hull_d/demo/Convex_hull_d/CMakeLists.txt b/Convex_hull_d/demo/Convex_hull_d/CMakeLists.txt index 5269c5ce5f5..f624151cb13 100644 --- a/Convex_hull_d/demo/Convex_hull_d/CMakeLists.txt +++ b/Convex_hull_d/demo/Convex_hull_d/CMakeLists.txt @@ -12,7 +12,7 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Core ) +find_package(CGAL COMPONENTS Core ) if ( CGAL_FOUND ) diff --git a/Envelope_3/demo/Envelope_3/CMakeLists.txt b/Envelope_3/demo/Envelope_3/CMakeLists.txt index e424f5826f5..e532cf0718d 100644 --- a/Envelope_3/demo/Envelope_3/CMakeLists.txt +++ b/Envelope_3/demo/Envelope_3/CMakeLists.txt @@ -10,10 +10,10 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 Core ) +find_package(CGAL COMPONENTS Qt3 Core ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Generator/demo/Generator/CMakeLists.txt b/Generator/demo/Generator/CMakeLists.txt index 8dd8669d958..06046923977 100644 --- a/Generator/demo/Generator/CMakeLists.txt +++ b/Generator/demo/Generator/CMakeLists.txt @@ -10,10 +10,10 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 ) +find_package(CGAL COMPONENTS Qt3 ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/GraphicsView/demo/Alpha_shapes_3/CMakeLists.txt b/GraphicsView/demo/Alpha_shapes_3/CMakeLists.txt index a47fbaf65a0..a7f72c06668 100644 --- a/GraphicsView/demo/Alpha_shapes_3/CMakeLists.txt +++ b/GraphicsView/demo/Alpha_shapes_3/CMakeLists.txt @@ -11,17 +11,17 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt4) +find_package(CGAL COMPONENTS Qt4) include(${CGAL_USE_FILE}) set( QT_USE_QTXML TRUE ) set( QT_USE_QTMAIN TRUE ) set( QT_USE_QTSCRIPT TRUE ) set( QT_USE_QTOPENGL TRUE ) -find_package(Qt4 QUIET) +find_package(Qt4) -find_package(OpenGL QUIET) -find_package(QGLViewer QUIET) +find_package(OpenGL) +find_package(QGLViewer) if ( CGAL_FOUND AND QT_FOUND AND OPENGL_FOUND AND QGLVIEWER_FOUND ) diff --git a/GraphicsView/demo/Circular_kernel_2/CMakeLists.txt b/GraphicsView/demo/Circular_kernel_2/CMakeLists.txt index bd7b796ac4d..453e379cc2c 100644 --- a/GraphicsView/demo/Circular_kernel_2/CMakeLists.txt +++ b/GraphicsView/demo/Circular_kernel_2/CMakeLists.txt @@ -11,11 +11,11 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt4) +find_package(CGAL COMPONENTS Qt4) include(${CGAL_USE_FILE}) -find_package(Qt4 QUIET) +find_package(Qt4) include_directories (BEFORE ../../include) diff --git a/GraphicsView/demo/GraphicsView/CMakeLists.txt b/GraphicsView/demo/GraphicsView/CMakeLists.txt index f41484e5a1d..ba797a6b238 100644 --- a/GraphicsView/demo/GraphicsView/CMakeLists.txt +++ b/GraphicsView/demo/GraphicsView/CMakeLists.txt @@ -10,7 +10,7 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt4) +find_package(CGAL COMPONENTS Qt4) include(${CGAL_USE_FILE}) @@ -20,7 +20,7 @@ set( QT_USE_QTMAIN TRUE ) set( QT_USE_QTSCRIPT TRUE ) set( QT_USE_QTOPENGL TRUE ) -find_package(Qt4 QUIET) +find_package(Qt4) include(${QT_USE_FILE}) if ( CGAL_FOUND AND QT4_FOUND ) diff --git a/GraphicsView/demo/Triangulation_2/CMakeLists.txt b/GraphicsView/demo/Triangulation_2/CMakeLists.txt index 0572a5fe207..b7bef6dcf2c 100644 --- a/GraphicsView/demo/Triangulation_2/CMakeLists.txt +++ b/GraphicsView/demo/Triangulation_2/CMakeLists.txt @@ -11,7 +11,7 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt4) +find_package(CGAL COMPONENTS Qt4) include(${CGAL_USE_FILE}) @@ -21,7 +21,7 @@ set( QT_USE_QTSCRIPT TRUE ) set( QT_USE_QTOPENGL TRUE ) -find_package(Qt4 QUIET) +find_package(Qt4) include_directories (BEFORE ../../include) include_directories (BEFORE ./include) diff --git a/Kinetic_data_structures/demo/Kinetic_data_structures/CMakeLists.txt b/Kinetic_data_structures/demo/Kinetic_data_structures/CMakeLists.txt index c10eafaac77..9a1a93dffd9 100644 --- a/Kinetic_data_structures/demo/Kinetic_data_structures/CMakeLists.txt +++ b/Kinetic_data_structures/demo/Kinetic_data_structures/CMakeLists.txt @@ -10,13 +10,13 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 ) +find_package(CGAL COMPONENTS Qt3 ) if ( CGAL_FOUND ) include( ${CGAL_USE_FILE} ) - find_package(Qt3-patched QUIET ) + find_package(Qt3-patched ) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". @@ -34,7 +34,7 @@ if ( CGAL_FOUND ) include_directories (BEFORE include) # Link with Boost.ProgramOptions (optional) - find_package(Boost QUIET COMPONENTS program_options) + find_package(Boost COMPONENTS program_options) if(Boost_PROGRAM_OPTIONS_FOUND) add_definitions( "-DCGAL_USE_BOOST_PROGRAM_OPTIONS" ) link_libraries( ${Boost_PROGRAM_OPTIONS_LIBRARY} ) diff --git a/Largest_empty_rect_2/demo/Largest_empty_rect_2/CMakeLists.txt b/Largest_empty_rect_2/demo/Largest_empty_rect_2/CMakeLists.txt index 01aa148222b..1b3f663e30e 100644 --- a/Largest_empty_rect_2/demo/Largest_empty_rect_2/CMakeLists.txt +++ b/Largest_empty_rect_2/demo/Largest_empty_rect_2/CMakeLists.txt @@ -10,11 +10,11 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 ) +find_package(CGAL COMPONENTS Qt3 ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Matrix_search/demo/Matrix_search/CMakeLists.txt b/Matrix_search/demo/Matrix_search/CMakeLists.txt index e703d1a8065..03d9733d6e4 100644 --- a/Matrix_search/demo/Matrix_search/CMakeLists.txt +++ b/Matrix_search/demo/Matrix_search/CMakeLists.txt @@ -10,10 +10,10 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 ) +find_package(CGAL COMPONENTS Qt3 ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Mesh_2/demo/Mesh_2/CMakeLists.txt b/Mesh_2/demo/Mesh_2/CMakeLists.txt index 868142706df..cc732e45f73 100644 --- a/Mesh_2/demo/Mesh_2/CMakeLists.txt +++ b/Mesh_2/demo/Mesh_2/CMakeLists.txt @@ -12,10 +12,10 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Core Qt3 ) +find_package(CGAL COMPONENTS Core Qt3 ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET ) +find_package(Qt3-patched ) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Min_circle_2/demo/Min_circle_2/CMakeLists.txt b/Min_circle_2/demo/Min_circle_2/CMakeLists.txt index ebe8189d970..0cf3f379526 100644 --- a/Min_circle_2/demo/Min_circle_2/CMakeLists.txt +++ b/Min_circle_2/demo/Min_circle_2/CMakeLists.txt @@ -10,10 +10,10 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 ) +find_package(CGAL COMPONENTS Qt3 ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Min_ellipse_2/demo/Min_ellipse_2/CMakeLists.txt b/Min_ellipse_2/demo/Min_ellipse_2/CMakeLists.txt index ee07b7466f8..a1bdd7d8140 100644 --- a/Min_ellipse_2/demo/Min_ellipse_2/CMakeLists.txt +++ b/Min_ellipse_2/demo/Min_ellipse_2/CMakeLists.txt @@ -10,10 +10,10 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 ) +find_package(CGAL COMPONENTS Qt3 ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Min_quadrilateral_2/demo/Min_quadrilateral_2/CMakeLists.txt b/Min_quadrilateral_2/demo/Min_quadrilateral_2/CMakeLists.txt index e299e2a6ef1..c7027f4eca5 100644 --- a/Min_quadrilateral_2/demo/Min_quadrilateral_2/CMakeLists.txt +++ b/Min_quadrilateral_2/demo/Min_quadrilateral_2/CMakeLists.txt @@ -10,10 +10,10 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 ) +find_package(CGAL COMPONENTS Qt3 ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Minkowski_sum_3/demo/Minkowski_sum_3/CMakeLists.txt b/Minkowski_sum_3/demo/Minkowski_sum_3/CMakeLists.txt index 6a96465540f..93b0b1b9de2 100644 --- a/Minkowski_sum_3/demo/Minkowski_sum_3/CMakeLists.txt +++ b/Minkowski_sum_3/demo/Minkowski_sum_3/CMakeLists.txt @@ -10,10 +10,10 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 ) +find_package(CGAL COMPONENTS Qt3 ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Nef_2/demo/Nef_2/CMakeLists.txt b/Nef_2/demo/Nef_2/CMakeLists.txt index fc93ddbad42..e7fcd32de12 100644 --- a/Nef_2/demo/Nef_2/CMakeLists.txt +++ b/Nef_2/demo/Nef_2/CMakeLists.txt @@ -10,10 +10,10 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 ) +find_package(CGAL COMPONENTS Qt3 ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Nef_3/demo/Nef_3/CMakeLists.txt b/Nef_3/demo/Nef_3/CMakeLists.txt index 91e8b499f92..b8ee4cbf22f 100644 --- a/Nef_3/demo/Nef_3/CMakeLists.txt +++ b/Nef_3/demo/Nef_3/CMakeLists.txt @@ -10,10 +10,10 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3) +find_package(CGAL COMPONENTS Qt3) include(${CGAL_USE_FILE}) -find_package(Qt3-patched QUIET ) +find_package(Qt3-patched ) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Nef_S2/demo/Nef_S2/CMakeLists.txt b/Nef_S2/demo/Nef_S2/CMakeLists.txt index 20ddeada4a5..62f0a2f590f 100644 --- a/Nef_S2/demo/Nef_S2/CMakeLists.txt +++ b/Nef_S2/demo/Nef_S2/CMakeLists.txt @@ -10,10 +10,10 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 ) +find_package(CGAL COMPONENTS Qt3 ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Polyhedron/demo/Polyhedron/CMakeLists.txt b/Polyhedron/demo/Polyhedron/CMakeLists.txt index f5e6f57a9c3..2d429abbcba 100644 --- a/Polyhedron/demo/Polyhedron/CMakeLists.txt +++ b/Polyhedron/demo/Polyhedron/CMakeLists.txt @@ -24,7 +24,7 @@ if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/../../../GraphicsView/src/CGALQt4) endif(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/../../../GraphicsView/src/CGALQt4) # Find CGAL and CGAL Qt4 -find_package(CGAL QUIET COMPONENTS Qt4) +find_package(CGAL COMPONENTS Qt4) include( ${CGAL_USE_FILE} ) # Find Qt4 itself @@ -32,19 +32,19 @@ set( QT_USE_QTXML TRUE ) set( QT_USE_QTMAIN TRUE ) set( QT_USE_QTSCRIPT TRUE ) set( QT_USE_QTOPENGL TRUE ) -find_package(Qt4 QUIET) +find_package(Qt4) # Find OpenGL -find_package(OpenGL QUIET) +find_package(OpenGL) # Find QGLViewer if(QT_FOUND) include(${QT_USE_FILE}) - find_package(QGLViewer QUIET ) + find_package(QGLViewer ) endif(QT_FOUND) # Find TAUCS (optionnal) -find_package(TAUCS QUIET) +find_package(TAUCS) if(CGAL_Qt4_FOUND AND QT_FOUND AND OPENGL_FOUND AND QGLVIEWER_FOUND) diff --git a/Robustness/demo/Robustness/CMakeLists.txt b/Robustness/demo/Robustness/CMakeLists.txt index b5be9087a10..3e5cd4c5e84 100644 --- a/Robustness/demo/Robustness/CMakeLists.txt +++ b/Robustness/demo/Robustness/CMakeLists.txt @@ -10,10 +10,10 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 ) +find_package(CGAL COMPONENTS Qt3 ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Segment_Delaunay_graph_2/demo/Segment_Delaunay_graph_2/CMakeLists.txt b/Segment_Delaunay_graph_2/demo/Segment_Delaunay_graph_2/CMakeLists.txt index 03a24ea6a3f..566615ff22b 100644 --- a/Segment_Delaunay_graph_2/demo/Segment_Delaunay_graph_2/CMakeLists.txt +++ b/Segment_Delaunay_graph_2/demo/Segment_Delaunay_graph_2/CMakeLists.txt @@ -10,10 +10,10 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 Core ) +find_package(CGAL COMPONENTS Qt3 Core ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Snap_rounding_2/demo/Snap_rounding_2/CMakeLists.txt b/Snap_rounding_2/demo/Snap_rounding_2/CMakeLists.txt index 797498f46a8..cb4a6859b2f 100644 --- a/Snap_rounding_2/demo/Snap_rounding_2/CMakeLists.txt +++ b/Snap_rounding_2/demo/Snap_rounding_2/CMakeLists.txt @@ -10,10 +10,10 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 ) +find_package(CGAL COMPONENTS Qt3 ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Spatial_searching/demo/Spatial_searching/CMakeLists.txt b/Spatial_searching/demo/Spatial_searching/CMakeLists.txt index 26b34f872f3..c3f19962221 100644 --- a/Spatial_searching/demo/Spatial_searching/CMakeLists.txt +++ b/Spatial_searching/demo/Spatial_searching/CMakeLists.txt @@ -10,10 +10,10 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 ) +find_package(CGAL COMPONENTS Qt3 ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Straight_skeleton_2/demo/Straight_skeleton_2/CMakeLists.txt b/Straight_skeleton_2/demo/Straight_skeleton_2/CMakeLists.txt index ebdfa1fbf22..c5798037f28 100644 --- a/Straight_skeleton_2/demo/Straight_skeleton_2/CMakeLists.txt +++ b/Straight_skeleton_2/demo/Straight_skeleton_2/CMakeLists.txt @@ -10,10 +10,10 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 Core ) +find_package(CGAL COMPONENTS Qt3 Core ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". diff --git a/Stream_lines_2/demo/Stream_lines_2/CMakeLists.txt b/Stream_lines_2/demo/Stream_lines_2/CMakeLists.txt index 4dea2e96db0..cefb1efeec7 100644 --- a/Stream_lines_2/demo/Stream_lines_2/CMakeLists.txt +++ b/Stream_lines_2/demo/Stream_lines_2/CMakeLists.txt @@ -10,15 +10,15 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 ) +find_package(CGAL COMPONENTS Qt3 ) include( ${CGAL_USE_FILE} ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". -find_package(OpenGL QUIET) +find_package(OpenGL) if ( CGAL_FOUND AND QT3_FOUND AND OPENGL_FOUND) diff --git a/Voronoi_diagram_2/demo/Voronoi_diagram_2/CMakeLists.txt b/Voronoi_diagram_2/demo/Voronoi_diagram_2/CMakeLists.txt index 6f11f270bc6..923e8fda2cd 100644 --- a/Voronoi_diagram_2/demo/Voronoi_diagram_2/CMakeLists.txt +++ b/Voronoi_diagram_2/demo/Voronoi_diagram_2/CMakeLists.txt @@ -10,12 +10,12 @@ if ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) endif() -find_package(CGAL QUIET COMPONENTS Qt3 ) +find_package(CGAL COMPONENTS Qt3 ) include( ${CGAL_USE_FILE} ) include_directories( ./include ) -find_package(Qt3-patched QUIET) +find_package(Qt3-patched) # FindQt3-patched.cmake is FindQt3.cmake patched by CGAL developers, so # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_".