Skip to content

Commit df27465

Browse files
sharadhrcharles-lunarg
authored andcommitted
CMake documentation to make things clearer
1 parent 09da668 commit df27465

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ if (VULKAN_HEADERS_ENABLE_INSTALL)
8585
include(GNUInstallDirs)
8686
include(CMakePackageConfigHelpers)
8787

88+
# Remove the module interface files from the header target if the named module installation is ENABLED.
89+
# This ensures that the module interface files are only installed once.
8890
if(VULKAN_HEADERS_ENABLE_MODULE)
8991
set(CPPM_PATTERN "*.cppm")
9092
else()

0 commit comments

Comments
 (0)