Hello Johannes!

You wrote:
> I don't have a test-environment handy, but it seems like FindwxWidgets checks 
> for the vc_x64 library directory prefix, not for vc_amd64:
> 
> # /usr/share/cmake-3.0/Modules/FindwxWidgets.cmake:511:
>     if(MINGW)
>       set(WX_LIB_DIR_PREFIX gcc)
>     elseif(CMAKE_CL_64)
>       set(WX_LIB_DIR_PREFIX vc_x64)
>     else()
>       set(WX_LIB_DIR_PREFIX vc)
>     endif()

Thank you! That's certainly the reason for the problem. It should check
for both variants to find the 2.8.x versions. However, I do not need to
test this any more, because I have switched to wxWidgets 3.0.2 in the
meantime.

> The wxWidgets changelog[1] seems to suggest that "_x64" is the correct name. 
> Maybe this is a bug in the wxWidgets installer?

This changelog describes the changes from 2.8.x to 3.0.2, so the
"_amd64" is correct for 2.8.12 and there is no installer bug.

--Robert


> [1] https://github.com/wxWidgets/wxWidgets/blob/WX_3_0_2/docs/changes.txt#L520

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to