So I'm using GetPrequisites.cmake to gather dependencies.
Are there any examples, tips, etc.. for using this?
With the results I'm getting back, I do a
file(INSTALL ... ) because that's what I see in the cmake_installcmake
file. Should it be documented?
But these files I'm getting back are soft links to the real library.
And the file(INSTALL ... ) just puts a softlink in my installation
directory instead of a real library.
Is there some higher level cmake function I should be calling to install
libraries on Unix/Linux, similar to how there is BundleUtilties.cmake
for Mac? Or ideally, is there one function I can use on all platforms
to install some prerequisites?
Thanks,
Clint
_______________________________________________
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://www.cmake.org/mailman/listinfo/cmake