Skip to content

Commit 50cec73

Browse files
authored
fix install avcpp-targets DESTINATION path (#153)
1 parent 935ca1c commit 50cec73

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
@@ -88,7 +88,7 @@ if (AVCPP_NOT_SUBPROJECT)
8888
install(EXPORT avcpp-targets
8989
FILE avcpp-targets.cmake
9090
NAMESPACE avcpp::
91-
DESTINATION lib/cmake/avcpp)
91+
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/avcpp)
9292

9393
include(CMakePackageConfigHelpers)
9494
configure_package_config_file(

0 commit comments

Comments
 (0)