From 7318f241ceaf71b848fdd6fae8752d1b33fde950 Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Thu, 6 Aug 2020 20:42:55 +0200 Subject: [PATCH] Add PKGCONFIG information to ignition-tools ign_find_package Signed-off-by: Jose Luis Rivero --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 65169a46..5c8fe4b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,9 @@ set(IGN_PLUGIN_MAJOR_VER ${ignition-plugin1_VERSION_MAJOR}) #-------------------------------------- # Find ignition-tools -ign_find_package(ignition-tools REQUIRED) +ign_find_package(ignition-tools + REQUIRED + PKGCONFIG "ignition-tools") #-------------------------------------- # Find ignition-transport