From ff5c89de0c23c0568afcbabd63974388ca045aa3 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Sat, 20 Aug 2016 12:06:55 +0200 Subject: [PATCH] Help: Widen find_package search path table Make room for additional longer entries. --- Help/command/find_package.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Help/command/find_package.rst b/Help/command/find_package.rst index 58dff9d39..8098a87ea 100644 --- a/Help/command/find_package.rst +++ b/Help/command/find_package.rst @@ -194,13 +194,13 @@ configuration file. The tables below show the directories searched. Each entry is meant for installation trees following Windows (W), UNIX (U), or Apple (A) conventions:: - / (W) - /(cmake|CMake)/ (W) - /*/ (W) - /*/(cmake|CMake)/ (W) - /(lib/|lib|share)/cmake/*/ (U) - /(lib/|lib|share)/*/ (U) - /(lib/|lib|share)/*/(cmake|CMake)/ (U) + / (W) + /(cmake|CMake)/ (W) + /*/ (W) + /*/(cmake|CMake)/ (W) + /(lib/|lib|share)/cmake/*/ (U) + /(lib/|lib|share)/*/ (U) + /(lib/|lib|share)/*/(cmake|CMake)/ (U) On systems supporting OS X Frameworks and Application Bundles the following directories are searched for frameworks or bundles