Skip to content

Commit 46e0d83

Browse files
authored
Fix wrong include path in CMake install (#491)
1 parent 7e63919 commit 46e0d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ install(TARGETS ${library_name}
123123
RUNTIME DESTINATION bin
124124
LIBRARY DESTINATION lib
125125
ARCHIVE DESTINATION lib
126-
INCLUDES DESTINATION include
126+
INCLUDES DESTINATION include/${library_name}
127127
)
128128

129129
install(EXPORT adsTargets

0 commit comments

Comments
 (0)