<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Dec 15, 2014 at 3:52 AM, Johannes Zarl <span dir="ltr"><<a href="mailto:johannes.zarl@jku.at" target="_blank">johannes.zarl@jku.at</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Robert,<br>
<br>
I don't have a test-environment handy, but it seems like FindwxWidgets checks<br>
for the vc_x64 library directory prefix, not for vc_amd64:<br>
<br>
# /usr/share/cmake-3.0/Modules/FindwxWidgets.cmake:511:<br>
    if(MINGW)<br>
      set(WX_LIB_DIR_PREFIX gcc)<br>
    elseif(CMAKE_CL_64)<br>
      set(WX_LIB_DIR_PREFIX vc_x64)<br>
    else()<br>
      set(WX_LIB_DIR_PREFIX vc)<br>
    endif()<br></blockquote><div><br></div><div>A quick and dirty fix may be to add an additional prefix such as "WS_LIB_DIR_PREFIX2 vc_amd64"</div><div><br></div><div>and add appropriate lines to the find_path command... It would obviously fail for the other two conditions because PREFIX2 wouldn't be set but I think that's a lot easier than trying to add conditionals based on the wx version discovered. </div><div><br></div><div>I technically support the module but I only run Linux so I have no way to test...</div><div><br></div><div>Richard </div></div></div></div>