Hi, I am trying to use FindwxWidgets in the latest cmake and it seems it is not backward compatible. The cmake code is trying to do something like:
$ wx-config --libs gl,adv But at least on my machine this is returning an error. One should run instead: $ wx-config --libs -pthread -lwx_gtk-2.4 Using: $ wx-config --version 2.4.2 OS: debian sarge. Thanks, -- Mathieu _______________________________________________ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake