<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hey Patrick and Ben, Thanks for the feedback.<br>
    <br>
    In this case I think it's confusing to be dumped into a separate
    ccmake screen. I'd say it's really an issue in the FindCUDA.cmake
    module, which does<br>
    <br>
    &nbsp;message("CUDA_TOOLKIT_ROOT_DIR not found or specified")<br>
    <br>
    according to the documentation a naked message command is supposed
    to mean "Important information". In this case it's not. I think this
    message should probably be downgraded to STATUS type. just my 2
    cents.<br>
    <br>
    At any rate, we could avoid the problem in PV if in the plugin we
    used<br>
    <br>
    find_package(CUDA QUIET)<br>
    <br>
    but initially all the cuda stuff, including find_package, was
    controlled by a cache variable so that this confusing behavior could
    be avoided and I wouldn't have to use the QUIET option because when
    you're actually trying to configure for cuda the output is helpful
    if things go wrong.<br>
    <br>
    Burlen<br>
    <br>
    <div class="moz-cite-prefix">On 01/02/2014 02:01 PM, Benjamin
      Spencer wrote:<br>
    </div>
    <blockquote
cite="mid:CANcsQPe31f4JAAdPTNTdayqcce_TWXR0Dp4wQSaFBoZKux+zMQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>You're right. &nbsp;I didn't realize this was just an
          informational message, and not an error that has to be
          resolved. &nbsp;After I hit that message the first time, then
          configure a second time and hit that message again, I can
          successfully generate the makefile.</div>
        <div class="gmail_extra"><br clear="all">
          <div>
            <div>Thanks,</div>
          </div>
          <div>Ben</div>
          <br>
          <div class="gmail_quote">On Thu, Jan 2, 2014 at 2:37 PM,
            Patrick O'Leary <span dir="ltr">&lt;<a
                moz-do-not-send="true"
                href="mailto:patrick.oleary@kitware.com" target="_blank">patrick.oleary@kitware.com</a>&gt;</span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div dir="ltr">
                <div>
                  <div>Dear Ben and Burlen,<br>
                    <br>
                  </div>
                  On my Mac Book Pro with NVidia card, I received the
                  same informational message but it builds if I exit the
                  informational screen with 'e' and hit 'g'.<br>
                  <br>
                </div>
                Best regards,<br>
                Patrick<br>
              </div>
              <div class="HOEnZb">
                <div class="h5">
                  <div class="gmail_extra"><br>
                    <br>
                    <div class="gmail_quote">On Thu, Jan 2, 2014 at 2:33
                      PM, Burlen Loring <span dir="ltr">&lt;<a
                          moz-do-not-send="true"
                          href="mailto:bloring@lbl.gov" target="_blank">bloring@lbl.gov</a>&gt;</span>
                      wrote:<br>
                      <blockquote class="gmail_quote" style="margin:0 0
                        0 .8ex;border-left:1px #ccc
                        solid;padding-left:1ex">
                        <div text="#000000" bgcolor="#FFFFFF"> Hi
                          Benjamin,<br>
                          <br>
                          This is of interest to me as I haven't been
                          involved in the recent plugin changes and need
                          to look through them more closely.<br>
                          <br>
                          You reported an informational message that is
                          not an error. Could you report the actual
                          error?<br>
                          <br>
                          btw, I also see the message on my ATI based
                          system, but it doesn't prevent me from
                          building. For example in ccmake I can press
                          "e" to exit the informational screen where the
                          message is displayed and then hit "g" to
                          generate the make files and go on to compile
                          without issue.<br>
                          <br>
                          Burlen
                          <div>
                            <div><br>
                              <br>
                              <div>On 01/02/2014 12:41 PM, Benjamin
                                Spencer wrote:<br>
                              </div>
                            </div>
                          </div>
                          <blockquote type="cite">
                            <div>
                              <div>
                                <div dir="ltr">
                                  <div>I'm trying to build ParaView
                                    4.1.0-RC2 from source on Mac OS
                                    (10.8.5). &nbsp;This machine does not
                                    have CUDA installed (and has no
                                    nvidia graphics hardware).</div>
                                  <div><br>
                                  </div>
                                  <div>When running ccmake, I get this
                                    error:</div>
                                  <div><br>
                                  </div>
                                  <div>CUDA_TOOLKIT_ROOT_DIR not found
                                    or specified<br>
                                  </div>
                                  <div><br>
                                  </div>
                                  <div>This seems to be coming from the
                                    call:</div>
                                  <div>find_package(CUDA)</div>
                                  <div>in</div>
                                  <div>Plugins/SciberQuestToolKit/SciberQuest/CMakeLists.txt<br>
                                  </div>
                                  <div><br>
                                  </div>
                                  <div>If I comment that line out, I can
                                    successfully compile. &nbsp;I'm no cmake
                                    guru, but it seems like if I don't
                                    have CUDA installed,
                                    find_package(CUDA) should just set
                                    CUDA_FOUND to OFF and not require
                                    any paths to CUDA to be set. &nbsp;Maybe
                                    this is an issue with the CUDA
                                    module in CMake rather than
                                    ParaView. &nbsp;I'm using the latest
                                    CMake (2.8.12.1).</div>
                                  <div><br>
                                  </div>
                                  <div>Thanks,</div>
                                  <div>Ben</div>
                                  <div><br>
                                  </div>
                                  <div>
                                    <div dir="ltr">Benjamin Spencer<br>
                                      Fuels Modeling and Simulation<br>
                                      Idaho National Laboratory<br>
                                    </div>
                                  </div>
                                </div>
                                <br>
                                <fieldset></fieldset>
                                <br>
                              </div>
                            </div>
                            <pre>_______________________________________________
Powered by <a moz-do-not-send="true" href="http://www.kitware.com" target="_blank">www.kitware.com</a>

Visit other Kitware open-source projects at <a moz-do-not-send="true" href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a>

Please keep messages on-topic and check the ParaView Wiki at: <a moz-do-not-send="true" href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a>

Follow this link to subscribe/unsubscribe:
<a moz-do-not-send="true" href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a>
</pre>
                          </blockquote>
                          <br>
                        </div>
                        <br>
                        _______________________________________________<br>
                        Powered by <a moz-do-not-send="true"
                          href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
                        <br>
                        Visit other Kitware open-source projects at <a
                          moz-do-not-send="true"
                          href="http://www.kitware.com/opensource/opensource.html"
                          target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
                        <br>
                        Please keep messages on-topic and check the
                        ParaView Wiki at: <a moz-do-not-send="true"
                          href="http://paraview.org/Wiki/ParaView"
                          target="_blank">http://paraview.org/Wiki/ParaView</a><br>
                        <br>
                        Follow this link to subscribe/unsubscribe:<br>
                        <a moz-do-not-send="true"
                          href="http://www.paraview.org/mailman/listinfo/paraview"
                          target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
                        <br>
                      </blockquote>
                    </div>
                    <br>
                  </div>
                </div>
              </div>
            </blockquote>
          </div>
          <br>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>