Revision df5c05e12080c6f710da54b6e3348288f3506d46 authored by Tina Müller on 18 July 2018, 21:36:05 UTC, committed by Tina Müller on 18 July 2018, 21:36:58 UTC
Thanks to @tlsa for spotting this
1 parent f033001
yamlConfig.cmake.in
# Config file for the yaml library.
#
# It defines the following variables:
# yaml_LIBRARIES - libraries to link against
@PACKAGE_INIT@
set_and_check(yaml_TARGETS "@PACKAGE_CONFIG_DIR_CONFIG@/yamlTargets.cmake")
if(NOT yaml_TARGETS_IMPORTED)
set(yaml_TARGETS_IMPORTED 1)
include(${yaml_TARGETS})
endif()
set(yaml_LIBRARIES yaml)

Computing file changes ...