mirror of https://github.com/CGAL/cgal
Add QUIET to find_package
This commit is contained in:
parent
f7b2d6f9bc
commit
4e0b10a131
|
|
@ -6,7 +6,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.4.5)
|
|||
|
||||
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
|
||||
|
||||
find_package(CGAL REQUIRED Qt3 )
|
||||
find_package(CGAL QUIET COMPONENTS Qt3 )
|
||||
include( ${CGAL_USE_FILE} )
|
||||
|
||||
find_package(Qt3-patched QUIET)
|
||||
|
|
|
|||
Loading…
Reference in New Issue