On Thu, Jul 9, 2015 at 3:09 PM, Bob Bachman <[email protected]>
wrote:

>
> It's defined in the CMakeLists.txt file and stored in the CMakeCache.txt
> file.
>
> //Path to a program.
>
> wxWidgets_CONFIG_EXECUTABLE:FILEPATH=/home/mzx_bldr/mozaix_svn/engineering/c
> ommon_src/src/wxWidgets-3.0.2/buildgtk/wx-config


Ok, useful information to have...

Only thing I can think of at this point is to start adding some debug tests
such as after the above line try:

if(EXISTS ${ wxWidgetsCONFIG_EXECUTABLE})
  message("Found wx-config")
else()
  message("wx-config not found")

Thanks,
Richard
-- 

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