[CMake] Fix install-cxx target.

Was broken by r334477.

llvm-svn: 335507
This commit is contained in:
Matt Morehouse 2018-06-25 18:01:51 +00:00
parent 2e8babb4fa
commit b812847647
1 changed files with 1 additions and 1 deletions

View File

@ -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")