Skip to content

Commit 2052a5d

Browse files
authored
Merge pull request #180 from friendlyanon/fix-includes
Fix includes for vendoring projects
2 parents 395859e + 1ca442b commit 2052a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/install-rules.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include(GNUInstallDirs)
1212
set(package glaze)
1313

1414
install(
15-
DIRECTORY include/glaze/
15+
DIRECTORY include/
1616
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
1717
COMPONENT glaze_Development
1818
)

0 commit comments

Comments
 (0)