<html><head><style data-externalstyle="true"><!--
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
}

p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst, p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle, p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
line-height:115%;
}
--></style></head><body><div data-externalstyle="false" dir="ltr" style="font-family:Calibri,'Segoe UI',Meiryo,'Microsoft YaHei UI','Microsoft JhengHei UI','Malgun Gothic','Khmer UI','Nirmala UI',Tunga,'Lao UI',Ebrima,sans-serif;font-size:12pt;"><div>I am trying to build LLVM and associated tools on Windows 8.  More correctly, I am trying to get to the point where I can build what I have pulled out of SVN.</div><div> </div><div>I run the following to execute CMake:</div><div>cmake -DLLVM_USE_FOLDERS=OFF -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -G "Visual Studio 11" ..\llvm</div><div> </div><div>Eventually CMake exits with the following error message:</div><div>CMake Error at tools/lldb/source/CMakeLists.txt:208 (install):<br>  install Library TARGETS given no DESTINATION!</div><div> </div><div>When I look at the file I see the following at lines 208/209:</div><div>install(TARGETS liblldb<br>  LIBRARY DESTINATION lib)</div><div> </div><div>Would the fix for this be as simple as removing “LIBRARY” from line 209?  Or should “RUNTIME DESTINATION bin” be inserted after line 208?  The CMake documentation at <a title="http://www.cmake.org/Wiki/CMake:Install_Commands" href="http://www.cmake.org/Wiki/CMake:Install_Commands" target="_parent">http://www.cmake.org/Wiki/CMake:Install_Commands</a> looks to me like the correct action would be to add the line.</div></div></body></html>