<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Kishore, Jonnalagadda (IE10) wrote:
<blockquote
 cite="midA5129C8EBAD81C4F8C34AE678F6766F1416A4B@IE10EV811.global.ds.honeywell.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">-----Original Message-----

    </pre>
  </blockquote>
  <blockquote type="cite">
    <pre wrap="">CMAKE_INCLUDE_CURRENT_DIR is the same as
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}) for all targets.

If you have a project that constantly needs to add the current source
directory and the current binary directory to the targets you can set
CMAKE_INCLUDE_CURRENT_DIR.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Thanks for your reply. I did read the wiki that basically said the same
thing.</pre>
</blockquote>
<br>
That's 'cuz I wrote it after it was posted here.&nbsp; :-)<br>
<br>
<blockquote
 cite="midA5129C8EBAD81C4F8C34AE678F6766F1416A4B@IE10EV811.global.ds.honeywell.com"
 type="cite">
  <pre wrap=""> But then, despite setting the value I had to put in
INCLUDE_DIRECTORIES(.)
  </pre>
</blockquote>
<br>
And I was brief because I don't know if there any caveats on how it can
be used.&nbsp; Maybe you found a bug.&nbsp; Maybe the behavior isn't consistent
across generators.&nbsp; Maybe the value isn't propagated to subdirectories.<br>
<br>
<br>
Cheers,<br>
Brandon Van Every<br>
<br>
<br>
</body>
</html>