1CMAKE_PARENT_LIST_FILE 2---------------------- 3 4Full path to the CMake file that included the current one. 5 6While processing a CMake file loaded by :command:`include` or 7:command:`find_package` this variable contains the full path to the file 8including it. The top of the include stack is always the ``CMakeLists.txt`` 9for the current directory. See also :variable:`CMAKE_CURRENT_LIST_FILE`. 10