llvm-project/clang/cmake/modules
Guillaume Papin d2a64aa854 [CMake] fix CLANG_INCLUDE_DIRS CMake export
Summary:
This change should fixes the export of CLANG_INCLUDE_DIRS variable in ClangConfig.cmake.

Unlike for the other variables, CLANG_INSTALL_PREFIX wasn't escaped meaning CLANG_INCLUDE_DIRS
resulting in the path "/include" instead of "${CLANG_INSTALL_PREFIX}/include".

Reviewers: beanz

Subscribers: mgorny

Differential Revision: https://reviews.llvm.org/D30911

llvm-svn: 298424
2017-03-21 19:17:53 +00:00
..
AddClang.cmake cmake: Don't try to install exports if there aren't any 2016-11-08 05:02:33 +00:00
CMakeLists.txt [CMake] fix CLANG_INCLUDE_DIRS CMake export 2017-03-21 19:17:53 +00:00
ClangConfig.cmake.in [CMake] Add CLANG_INCLUDE_DIRS to CMake exports 2017-02-06 18:17:23 +00:00