Warning, /maui/mauiman/lib/MauiManConfig.cmake.in.5 is written in an unsupported language. File is not indexed.

0001 @PACKAGE_INIT@
0002 
0003 include(CMakeFindDependencyMacro)
0004 find_dependency(Qt5Core @REQUIRED_QT_VERSION@)
0005 
0006 # Any changes in this ".cmake" file will be overwritten by CMake, the source is the ".cmake.in" file.
0007 
0008 foreach(PKG IN LISTS MauiMan3_FIND_COMPONENTS)
0009     find_package(MauiMan3${PKG})
0010     if(MauiMan3_FIND_REQUIRED_${PKG})
0011         set_package_properties(MauiMan3${PKG} PROPERTIES TYPE REQUIRED)
0012     else()
0013         set_package_properties(MauiMan3${PKG} PROPERTIES TYPE OPTIONAL)
0014     endif()
0015 
0016     set(MauiMan3_${PKG}_FOUND ${MauiMan3${PKG}_FOUND})
0017 endforeach()
0018 
0019 include("${CMAKE_CURRENT_LIST_DIR}/MauiMan3Targets.cmake")
0020 
0021 set(MauiMan3_INSTALL_PREFIX "@PACKAGE_CMAKE_INSTALL_PREFIX@")
0022 
0023 @PACKAGE_INCLUDE_QCHTARGETS@