<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi,</p>
    <p>I am trying to use a third party library (<a
        href="https://github.com/zaphoyd/websocketpp">https://github.com/zaphoyd/websocketpp</a>)</p>
    <p>It exports a Config.cmake file when building , but I want to use
      it from my workspace in which I cloned it .</p>
    <p>I tried using find_package(websocketpp CONFIG), but cmake replies
      websocketpp_DIR not found.</p>
    <p>The question is: can I use an exported package from the workspace
      exporting it ?</p>
    <p>Regards,</p>
    <p>S.Ancelot</p>
    <p><br>
    </p>
    <p><br>
    </p>
    <p> <br>
    </p>
    <p><br>
    </p>
  </body>
</html>