summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorevpobr <evpobr@gmail.com>2020-04-08 10:19:51 +0500
committerRalph Giles <giles@thaumas.net>2020-04-08 16:28:40 -0700
commit7fd53df538b9c994d9bc95d1dc6aa43e454aa118 (patch)
tree9552bb77c7b09514caefd602f947ac8a814c3589
parentde8dc5afa701557f33148ac3839cb15f6a881571 (diff)
downloadlibvorbis-git-7fd53df538b9c994d9bc95d1dc6aa43e454aa118.tar.gz
Fix CMake include install directory
-rw-r--r--lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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