forked from OSchip/llvm-project
[CMake] Disable libclangTests.exe on win32 for now.
libclangTests.exe cannot find libclang.dll since it is not on $PATH. llvm-svn: 201348
This commit is contained in:
parent
b6f72b240f
commit
f98c7ac6e6
|
@ -22,4 +22,6 @@ if(CLANG_ENABLE_REWRITER)
|
|||
add_subdirectory(Format)
|
||||
add_subdirectory(Sema)
|
||||
endif()
|
||||
add_subdirectory(libclang)
|
||||
if(NOT WIN32) # FIXME:Investigating.
|
||||
add_subdirectory(libclang)
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue