Skip to content
Snippets Groups Projects
Commit f98c7ac6 authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

[CMake] Disable libclangTests.exe on win32 for now.

libclangTests.exe cannot find libclang.dll since it is not on $PATH.

llvm-svn: 201348
parent b6f72b24
No related branches found
No related tags found
No related merge requests found
...@@ -22,4 +22,6 @@ if(CLANG_ENABLE_REWRITER) ...@@ -22,4 +22,6 @@ if(CLANG_ENABLE_REWRITER)
add_subdirectory(Format) add_subdirectory(Format)
add_subdirectory(Sema) add_subdirectory(Sema)
endif() endif()
add_subdirectory(libclang) if(NOT WIN32) # FIXME:Investigating.
add_subdirectory(libclang)
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment