Skip to content

Commit c61f0a8

Browse files
authored
[libc++] Remove stray CMake install step for modulemap file (#89394)
The modulemap file is not generated anymore, so it's just part of our list of includes and gets installed like every other header. We don't need a special step to install it anymore. This was overlooked when I removed the generation of the modulemap file.
1 parent e275489 commit c61f0a8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libcxx/include/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,12 +1076,6 @@ if (LIBCXX_INSTALL_HEADERS)
10761076
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
10771077
COMPONENT cxx-headers)
10781078

1079-
# Install the generated modulemap file to the generic include dir.
1080-
install(FILES "${LIBCXX_GENERATED_INCLUDE_DIR}/module.modulemap"
1081-
DESTINATION "${LIBCXX_INSTALL_INCLUDE_DIR}"
1082-
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
1083-
COMPONENT cxx-headers)
1084-
10851079
# Install the generated IWYU file to the generic include dir.
10861080
install(FILES "${LIBCXX_GENERATED_INCLUDE_DIR}/libcxx.imp"
10871081
DESTINATION "${LIBCXX_INSTALL_INCLUDE_DIR}"

0 commit comments

Comments
 (0)