[cmake-developers] [CMake 0013530]: FindBullet.cmake should be able to check installs in /usr/local

Mantis Bug Tracker mantis at public.kitware.com
Wed Sep 12 08:22:23 EDT 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13530 
====================================================================== 
Reported By:                prevot
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13530
Category:                   CMake
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-09-12 08:22 EDT
Last Modified:              2012-09-12 08:22 EDT
====================================================================== 
Summary:                    FindBullet.cmake should be able to check installs in
/usr/local
Description: 
When installing bullet (with make install) it goes in /usr/local/include/bullet
and /usr/local/lib. We should be able to use find_package(Bullet) with
BOOST_ROOT=/usr/local.
To do this you need to add ${BULLET_ROOT}/include/bullet when looking for
includes (after line 55 fore example)

Additional Information: 
--- /usr/share/cmake-2.8/Modules/FindBullet.cmake	2012-09-12 12:36:35.716125456
+0200
+++ FinBullet.cmake	2012-09-12 14:07:03.544471313 +0200
@@ -53,6 +53,7 @@
   HINTS
     ${BULLET_ROOT}/include
     ${BULLET_ROOT}/src
+    ${BULLET_ROOT}/include/bullet
   PATH_SUFFIXES bullet
 )

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-09-12 08:22 prevot         New Issue                                    
======================================================================




More information about the cmake-developers mailing list