CMAKE_LANG_IMPLICIT_INCLUDE_DIRECTORIES.rst 363 B

123456789
  1. CMAKE_<LANG>_IMPLICIT_INCLUDE_DIRECTORIES
  2. -----------------------------------------
  3. Directories implicitly searched by the compiler for header files.
  4. CMake does not explicitly specify these directories on compiler
  5. command lines for language ``<LANG>``. This prevents system include
  6. directories from being treated as user include directories on some
  7. compilers.