[PATCH] D26255: [cmake] Add LLVM_ENABLE_DIA_SDK option, and expose it in LLVMConfig

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 2 09:54:00 PST 2017


compnerd accepted this revision.
compnerd added inline comments.
This revision is now accepted and ready to land.


================
Comment at: cmake/config-ix.cmake:443
+
+  if( LLVM_ENABLE_DIA_SDK AND NOT HAVE_DIA_SDK )
+    message(FATAL_ERROR "DIA SDK not found. If you have both VS 2012 and 2013 installed, you may need to uninstall the former and re-install the latter afterwards.")
----------------
No spaces inside the parenthesis.


https://reviews.llvm.org/D26255





More information about the llvm-commits mailing list