Hi there, For some mysterious reason the invocation in subject does not print out the all-important message CMAKE_C_COMPILER=<path_to_cl.exe> after the compilation of CompilerIdC.c
The invocation in question is in CMakeDetermnineCompilerId.cmake like 188. The CMAKE_C_COMPILER message is the one echo'ed by a the VCPostBuildEventTool action in CompilerIdC.vcproj I suppose I should send the query to a Microsoft forum, really. But I was hoping someone would have seen this odd behavior before. If I build CompilerIdC.vcproj in Visual Studio, then I do see the message in the build output. Note that the compilation of CompilerIdC.c does work properly. And so does the extraction of the compiler ID strings from the executable binary. I currently have Visual Studio both VS2013 and the Intel C++ compiler installed on the same machine. Could that be having a nefarious influence? I'm seeing the same behavior with CMake 2.8.12. Big thanks in advance!
-- 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
