Am 2019-08-28 12:28, schrieb Ran Regev:
I think you can also add "PATHS" or "HINTS" to find_package.
Yes, but this has a different purpose. It's idea is to provide places to look at based on other things already found, things that would work independent of the machine.
The plan here is to provide information about the local directories, and those should not end up in CMakeLists.txt as they are totally meaningless when switching to a different machine.
One could use an initial cache file for this if this has to be done over and over again on the same machine, or add a shell alias (or a shell alias to the cache file, which is more flexible).
Eike -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: https://cmake.org/mailman/listinfo/cmake
