Skip to content

Commit 64fc7e5

Browse files
committed
[libc++] Remove stray CMake install step for modulemap file
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 9a07d7e commit 64fc7e5

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
@@ -1068,12 +1068,6 @@ if (LIBCXX_INSTALL_HEADERS)
10681068
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
10691069
COMPONENT cxx-headers)
10701070

1071-
# Install the generated modulemap file to the generic include dir.
1072-
install(FILES "${LIBCXX_GENERATED_INCLUDE_DIR}/module.modulemap"
1073-
DESTINATION "${LIBCXX_INSTALL_INCLUDE_DIR}"
1074-
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
1075-
COMPONENT cxx-headers)
1076-
10771071
if (NOT CMAKE_CONFIGURATION_TYPES)
10781072
add_custom_target(install-cxx-headers
10791073
DEPENDS cxx-headers

0 commit comments

Comments
 (0)