clang/lib/Headers/CMakeLists.txt: Revert part of r197395. It should not be staged yet.
llvm-svn: 197441
This commit is contained in:
parent
2da3532aba
commit
ea0c73b84e
|
|
@ -47,7 +47,7 @@ set(files
|
|||
module.map
|
||||
)
|
||||
|
||||
set(output_dir ${CLANG_LIBRARY_OUTPUT_INTDIR}/clang/${CLANG_VERSION}/include)
|
||||
set(output_dir ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/clang/${CLANG_VERSION}/include)
|
||||
|
||||
# If we are in an IDE that has a configuration directory, we need to
|
||||
# create a second copy of the headers so that 'clang' can find them if
|
||||
|
|
|
|||
Loading…
Reference in New Issue