tests: Fix a memory leak in test_nwrap_initgroups()
[nss_wrapper.git] / nss_wrapper-config.cmake.in
1 set(@PACKAGE_NAME_UPPER@_LIBRARY @CMAKE_INSTALL_FULL_LIBDIR@/@NSS_WRAPPER_LIB@)
2
3 # Load information for each installed configuration.
4 file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/@PACKAGE_NAME@-config-*.cmake")
5 foreach(_cmake_config_file IN LISTS _cmake_config_files)
6     include("${_cmake_config_file}")
7 endforeach()
8 unset(_cmake_config_files)
9 unset(_cmake_config_file)
10
11 include(FindPackageMessage)
12 find_package_message(@PACKAGE_NAME@
13                      "Found @PACKAGE_NAME@: ${@PACKAGE_NAME_UPPER@_LIBRARY} (version \"${PACKAGE_VERSION}\")"
14                      "[${@PACKAGE_NAME_UPPER@_LIBRARY}][${PACKAGE_VERSION}]")