I have need to find the debug version of Qt libraries.  From the
documentation I read, the libraries found are based on the CMAKE_BUILD_TYPE
vale.  So it it is set to Release, the release versions are found, and if
set to DEBUG, the debug versions are found.  Unfortunately, due to use of
Ada support from PLPlot, I cannot set it to eitehr of those values as then
our Ada support craps out.

So, how can I find the debug version of the libraries if CMAKE_BUILD_TYPE
is set to NONE?

Thanks,

Tom
-- 

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