[CMake] No debugging symbols found when using -DCMAKE_BUILD_TYPE=Debug

Brad King brad.king at kitware.com
Thu Jun 2 14:36:53 EDT 2016


On 06/01/2016 04:54 PM, Chuck Atkins wrote:
> Wow, so this is actually a pretty obscure find.  You've definitely stumbled
> across a bug.  It has nothing to do with debug symbols and everything to do
> with compiler identification.  It seems that our binary strings parsing is
> broken when "[anything]" is in the file path.

This should fix it:

 CMakeDetermineCompilerId: Fix compiler id with square brackets in the path
 https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a7d1c4ec

-Brad



More information about the CMake mailing list