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                                    
======================================================================

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to