1. Search cmake specific environment variables. ... <prefix>/lib for each <prefix> in CMAKE_PREFIX_PATH ... 2. Search cmake variables with the same names as the cmake specific environment variables. ... <prefix>/lib for each <prefix> in CMAKE_PREFIX_PATH ... ...and similarly for the other find_* commands. -Brad