PonyDeluxe / alembic

Automatically exported from code.google.com/p/alembic
Other
0 stars 0 forks source link

CMAKE_PREFIX_PATH not honoured for dependencies #329

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Invoke cmake with a 
CMAKE_PREFIX_PATH=/some/boost:/some/python:/some/hdf5:/some/ilmbase:/some/pyilmb
ase

What is the expected output? What do you see instead?
It should just work, but I have to set ILMBASE_ROOT, PYILMBASE_ROOT etc.

What version of the product are you using? On what operating system?
1.5.2 on Linux

Please provide any additional information below.
CMAKE_PREFIX_PATH is supposed to make this stuff a lot easier, but I think some 
copy-pasted Find*libs.cmake is getting in the way.

http://www.cmake.org/Wiki/CMake_Useful_Variables
http://blogs.kde.org/2008/12/12/how-get-cmake-find-what-you-want-it

Original issue reported on code.google.com by aj.d...@gmail.com on 10 Dec 2013 at 4:26

GoogleCodeExporter commented 8 years ago
Thanks for the helpful links.

Original comment by miller.lucas on 10 Dec 2013 at 5:09

GoogleCodeExporter commented 8 years ago

Original comment by miller.lucas on 11 Dec 2013 at 12:42