CMAKE_PARENT_LIST_FILE.rst 545 B

123456789101112131415
  1. CMAKE_PARENT_LIST_FILE
  2. ----------------------
  3. Full path to the CMake file that included the current one.
  4. While processing a CMake file loaded by :command:`include` or
  5. :command:`find_package` this variable contains the full path to the file
  6. including it.
  7. While processing a ``CMakeLists.txt`` file, even in subdirectories,
  8. this variable has the same value as :variable:`CMAKE_CURRENT_LIST_FILE`.
  9. While processing a :option:`cmake -P` script, this variable is not defined
  10. in the outermost script.
  11. See also :variable:`CMAKE_CURRENT_LIST_FILE`.