<html><head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body><div>On Mon, 2019-02-18 at 17:04 +0100, Workbench@gmx.at wrote:</div><blockquote type="cite">
    <p><br>
    </p>
    <div class="moz-forward-container"><br>
      <br>
      -------- Forwarded Message --------
      <table class="moz-email-headers-table" cellspacing="0" cellpadding="0" border="0">
        <tbody>
          <tr>
            <th align="RIGHT" valign="BASELINE" nowrap="nowrap">Subject:
            </th>
            <td>Re: [CMake] Question about CMAKE_MODULE_PATH</td>
          </tr>
          <tr>
            <th align="RIGHT" valign="BASELINE" nowrap="nowrap">Date: </th>
            <td>Mon, 18 Feb 2019 16:58:26 +0100</td>
          </tr>
          <tr>
            <th align="RIGHT" valign="BASELINE" nowrap="nowrap">From: </th>
            <td><a href="mailto:Workbench@gmx.at">Workbench@gmx.at</a> <a href="mailto:workbench@gmx.at"><workbench@gmx.at></a></td>
          </tr>
          <tr>
            <th align="RIGHT" valign="BASELINE" nowrap="nowrap">To: </th>
            <td>Kyle Edwards <a href="mailto:kyle.edwards@kitware.com"><kyle.edwards@kitware.com></a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      here is my code:<br>
      <br>
      <br>
      set(MODULE_PATH "compile/tools/cmake/modules")<br></div></blockquote><div><br></div><div>Try this instead:</div><div><br></div><div>set(MODULE_PATH "${CMAKE_SOURCE_DIR}/compile/tools/cmake/modules")</div><div><br></div><div>Kyle</div><blockquote type="cite"></blockquote><div>
</div></body></html>