Skip to content

Commit c5bfb84

Browse files
author
Clement Champetier
committed
CMake: install files to find avtranscoder in 'share' folder
* Both are valid. * The reason: the 'lib' folder has already a lot of files (c++/python/java libraries).
1 parent 3a41852 commit c5bfb84

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
@@ -68,7 +68,7 @@ install(
6868
install(FILES
6969
${CMAKE_CURRENT_BINARY_DIR}/cmake/AvTranscoderConfig.cmake
7070
${PROJECT_SOURCE_DIR}/cmake/FindAvTranscoder.cmake
71-
DESTINATION "lib/cmake/AvTranscoder"
71+
DESTINATION "share/cmake/AvTranscoder"
7272
)
7373

7474
### Bindings with SWIG

0 commit comments

Comments
 (0)