diff options
| author | Matt Morehouse <mascasa@google.com> | 2018-06-25 18:01:51 +0000 |
|---|---|---|
| committer | Matt Morehouse <mascasa@google.com> | 2018-06-25 18:01:51 +0000 |
| commit | b8128476470836c8aeecdf4c2eea25077c36eea1 (patch) | |
| tree | 68c6362d15db1f99fcaf7a68afc88436cd9e26d7 | |
| parent | 2e8babb4fa59e61617816c351e19aabb0e7aabfc (diff) | |
| download | bcm5719-llvm-b8128476470836c8aeecdf4c2eea25077c36eea1.tar.gz bcm5719-llvm-b8128476470836c8aeecdf4c2eea25077c36eea1.zip | |
[CMake] Fix install-cxx target.
Was broken by r334477.
llvm-svn: 335507
| -rw-r--r-- | libcxx/include/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/CMakeLists.txt b/libcxx/include/CMakeLists.txt index 8916ae7f401..90f6dcf6bed 100644 --- a/libcxx/include/CMakeLists.txt +++ b/libcxx/include/CMakeLists.txt @@ -255,7 +255,7 @@ if (LIBCXX_INSTALL_HEADERS) if (NOT CMAKE_CONFIGURATION_TYPES) add_custom_target(install-cxx-headers - DEPENDS cxx-headers ${generated_config_deps} + DEPENDS cxx_headers ${generated_config_deps} COMMAND "${CMAKE_COMMAND}" -DCMAKE_INSTALL_COMPONENT=cxx-headers -P "${CMAKE_BINARY_DIR}/cmake_install.cmake") |

