From 7fd53df538b9c994d9bc95d1dc6aa43e454aa118 Mon Sep 17 00:00:00 2001 From: evpobr Date: Wed, 8 Apr 2020 10:19:51 +0500 Subject: Fix CMake include install directory --- lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 61b3c4e7..d198105b 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -106,7 +106,7 @@ if (NOT BUILD_FRAMEWORK) target_link_libraries(vorbisenc PUBLIC vorbis) target_link_libraries(vorbisfile PUBLIC vorbis) - install(FILES ${VORBIS_PUBLIC_HEADERS} DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR}/Vorbis) + install(FILES ${VORBIS_PUBLIC_HEADERS} DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR}/vorbis) install(TARGETS vorbis vorbisenc vorbisfile EXPORT VorbisTargets -- cgit v1.2.1