Many frameworks' top-level CMakeLists.txt still wrap their find_package calls in: if ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}") That's left over from when the frameworks had to build both standalone and as part of the large kdelibs.git repository. Should it be removed? -- Nicolás