1CMAKE_INCLUDE_DIRECTORIES_BEFORE 2-------------------------------- 3 4Whether to append or prepend directories by default in 5:command:`include_directories`. 6 7This variable affects the default behavior of the :command:`include_directories` 8command. Setting this variable to ``ON`` is equivalent to using the ``BEFORE`` 9option in all uses of that command. 10