================
@@ -25,7 +25,11 @@ set(assets
 )
 
 set(asset_dir "${CMAKE_CURRENT_SOURCE_DIR}/../assets")
-set(resource_dir "${CMAKE_BINARY_DIR}/share/clang-doc")
+if(MSVC)
----------------
ilovepi wrote:

Doesn't this reflect the compiler and not the build system/project structure? 
I'm pretty sure you can use Ninja and build w/ MSVC, right? In that case, I'm 
not sure this is the right approach. 

https://github.com/llvm/llvm-project/pull/97540
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to