Skip to content

Commit 64d80b2

Browse files
authored
LIC: Move installation of license file to share/ads folder (#748)
Signed-off-by: Michael A. Jackson <[email protected]>
1 parent f2a029a commit 64d80b2

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
@@ -132,7 +132,7 @@ install(FILES ${ads_HEADERS}
132132
install(FILES
133133
"${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE"
134134
"${CMAKE_CURRENT_SOURCE_DIR}/../gnu-lgpl-v2.1.md"
135-
DESTINATION license/ads
135+
DESTINATION share/ads/license
136136
COMPONENT license
137137
)
138138
install(TARGETS ${library_name}

0 commit comments

Comments
 (0)