From 45cdf2945e109064b82dd94847d12cb7ecfaf308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20=C5=81ukawski?= Date: Thu, 18 Apr 2019 23:04:52 +0200 Subject: [PATCH] Remove deprecated export option https://github.com/roboticslab-uc3m/questions-and-answers/issues/78 --- cmake/ROBOTICSLAB_TOOLSDescribe.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmake/ROBOTICSLAB_TOOLSDescribe.cmake b/cmake/ROBOTICSLAB_TOOLSDescribe.cmake index fd9fb0f..14a631b 100644 --- a/cmake/ROBOTICSLAB_TOOLSDescribe.cmake +++ b/cmake/ROBOTICSLAB_TOOLSDescribe.cmake @@ -10,8 +10,7 @@ install_basic_package_files(ROBOTICSLAB_TOOLS TARGETS_PROPERTY ROBOTICSLAB_TOOLS_TARGETS NO_SET_AND_CHECK_MACRO NO_CHECK_REQUIRED_COMPONENTS_MACRO - NAMESPACE ROBOTICSLAB:: - NO_COMPATIBILITY_VARS) + NAMESPACE ROBOTICSLAB::) # Configure and create uninstall target (YCM). include(AddUninstallTarget)