|
Notes |
|
|
(0038407)
|
|
Brad King
|
|
2015-04-06 08:34
|
|
It is expected that the compiler detection should determine the proper architecture to set this flag correctly. It is known to work in general, so we need to figure out what goes wrong in your case.
Look at the CMakeFiles/CMake*.log and CMakeFiles/${CMAKE_VERSION}/* files for more details. |
|
|
|
(0038451)
|
|
Tom Deseyn
|
|
2015-04-06 11:34
|
|
CMakeError.log contains two lines:
The C compiler identification could not be found in "Z:/project/CMakeFiles/3.2.1/CompilerIdC/CompilerIdC.vcxproj"
The CXX compiler identification could not be found in "Z:/project/CMakeFiles/3.2.1/CompilerIdCXX/CompilerIdCXX.vcxproj" |
|
|
|
(0038452)
|
|
Tom Deseyn
|
|
2015-04-06 11:43
|
|
If I open up the 'CompilerIdCXX.vcxproj' file, syntax highlighting suggests this to be the case:
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86" |
|
|
|
(0038453)
|
|
Brad King
|
|
2015-04-06 11:43
|
|
|
Re 0015496:0038451: Okay. Please attach a .zip or .tgz file with the CMakeFiles directory content so I can try to diagnose the failure. |
|
|
|
(0042752)
|
|
Kitware Robot
|
|
2016-06-10 14:29
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
|