From 5798ee952905a2dcd4934e12532bca64f7f5ff82 Mon Sep 17 00:00:00 2001 From: Joachim Schleicher Date: Fri, 24 Aug 2018 13:07:34 +0200 Subject: [PATCH] fix search path for installed package Closes #6 --- cmake/code_coverage-extras.cmake.installspace.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/code_coverage-extras.cmake.installspace.in b/cmake/code_coverage-extras.cmake.installspace.in index 03ad640..de358d8 100644 --- a/cmake/code_coverage-extras.cmake.installspace.in +++ b/cmake/code_coverage-extras.cmake.installspace.in @@ -1,2 +1,2 @@ # Append the installed cmake modules to the cmake module path -list(APPEND CMAKE_MODULE_PATH "${cmake_modules_DIR}/../../../@CATKIN_PACKAGE_SHARE_DESTINATION@/cmake/Modules") +list(APPEND CMAKE_MODULE_PATH "${code_coverage_DIR}/../../../@CATKIN_PACKAGE_SHARE_DESTINATION@/cmake/Modules")