aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Markus <tobbi.bugs@googlemail.com>2019-07-15 20:10:44 +0200
committerPhil Christensen <philc@microsoft.com>2019-07-15 11:10:44 -0700
commit8b0a8ca3db95487676080968d271f7e8482f0a98 (patch)
tree2f7dc02859d1ffd6ba4f75d148e2fc289efb825f
parente1870a91ff26c099ca92599fa7d7bb06b81fbc58 (diff)
downloadvcpkg-8b0a8ca3db95487676080968d271f7e8482f0a98.tar.gz
vcpkg-8b0a8ca3db95487676080968d271f7e8482f0a98.zip
Fix copying raqm-version.h to include directory (#7263)
-rw-r--r--ports/libraqm/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libraqm/CMakeLists.txt b/ports/libraqm/CMakeLists.txt
index 2761ceebf..b1a88b268 100644
--- a/ports/libraqm/CMakeLists.txt
+++ b/ports/libraqm/CMakeLists.txt
@@ -34,4 +34,4 @@ install(TARGETS raqm
set(RAQM_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/src")
set(RAQM_LIBRARY raqm)
set(RAQM_LIBRARIES ${HARFBUZZ_LIBRARY} ${FRIBIDI_LIBRARY} ${RAQM_LIBRARY})
-file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/src/raqm.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
+file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/src/raqm.h ${CMAKE_CURRENT_SOURCE_DIR}/src/raqm-version.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)