upgpkg: ufw 0.36.2-1
[ArchLinux/community.git] / glm / trunk / glmConfig.cmake.in
blob8ab23a18d7f655bedc604b05119cc47f69c38495
1 set(GLM_VERSION "@VERSION@")
4 ####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() #######
5 get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE)
7 macro(set_and_check _var _file)
8   set(${_var} "${_file}")
9   if(NOT EXISTS "${_file}")
10     message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !")
11   endif()
12 endmacro()
14 ####################################################################################
16 set_and_check(GLM_INCLUDE_DIRS "${PACKAGE_PREFIX_DIR}/include")
18 if (NOT CMAKE_VERSION VERSION_LESS "3.0")
19     include("${CMAKE_CURRENT_LIST_DIR}/glmTargets.cmake")
20 endif()