I have a project that uses wxWidgets and in particular the stc module (in
the contrib folder).  How do I specify the stc module for wxWidgets?  I
tried the following the line in my CMakeLists.txt:

find_package(wxWidgets REQUIRED stc core base)

However, I get the following error:

Could NOT find wxWidgets (missing: wxWidgets_FOUND)

If I remove stc from the list everything works correctly.  When looking at
FindwxWidgets.cmake I don't see any mention of stc or any of the modules in
the contrib folder of wxWidgets.  What is the best way to include stc
support in my project?

Thanks,
Trent Lillehaugen
_______________________________________________
Powered by www.kitware.com

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

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

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to