Silence CMake QuaZip not found warnings
These are expected most of the time, and thus just noise.
This commit is contained in:
		@@ -143,7 +143,7 @@ if(Launcher_QT_VERSION_MAJOR EQUAL 5)
 | 
				
			|||||||
    find_package(Qt5 REQUIRED COMPONENTS Core Widgets Concurrent Network Test Xml)
 | 
					    find_package(Qt5 REQUIRED COMPONENTS Core Widgets Concurrent Network Test Xml)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if(NOT Launcher_FORCE_BUNDLED_LIBS)
 | 
					    if(NOT Launcher_FORCE_BUNDLED_LIBS)
 | 
				
			||||||
        find_package(QuaZip-Qt5 1.3)
 | 
					        find_package(QuaZip-Qt5 1.3 QUIET)
 | 
				
			||||||
    endif()
 | 
					    endif()
 | 
				
			||||||
    if (NOT QuaZip-Qt5_FOUND)
 | 
					    if (NOT QuaZip-Qt5_FOUND)
 | 
				
			||||||
        set(QUAZIP_QT_MAJOR_VERSION ${QT_VERSION_MAJOR} CACHE STRING "Qt version to use (4, 5 or 6), defaults to ${QT_VERSION_MAJOR}" FORCE)
 | 
					        set(QUAZIP_QT_MAJOR_VERSION ${QT_VERSION_MAJOR} CACHE STRING "Qt version to use (4, 5 or 6), defaults to ${QT_VERSION_MAJOR}" FORCE)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user