>> if (debian) add lib/<arch> >> elseif (64 bit or unknown) add lib64 >> add lib > > That looks good except for FIND_LIBRARY_USE_LIB64_PATHS.
Fixed. Now the logic is if (debian) add lib/<arch> elseif (FIND_LIBRARY_USE_LIB64_PATHS) add lib64 add lib > The text defining the command needs to be indented to be part of > the explicit markup block. > [...] > command signatures should be plain literal blocks > and not "cmake" code-blocks. Done and done. > I pushed a "doc-osx-path-variables" topic to the stage to document > these variables. You may rebase on that to reference them. Rebased. Cheers, Daniele -- 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
