From dc72d232eb445e93ff2e7799f4b4d6753309252c Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 17 Dec 2013 00:02:38 +0000 Subject: [PATCH] clang/lib/Headers/CMakeLists.txt: Revert part of r197395. It should not be staged yet. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197441 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Headers/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Headers/CMakeLists.txt b/lib/Headers/CMakeLists.txt index 9c27593988..2da1a28aca 100644 --- a/lib/Headers/CMakeLists.txt +++ b/lib/Headers/CMakeLists.txt @@ -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 -- 2.40.0