aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiprian-Mihai Melinescu <mihaimel@gmail.com>2016-09-21 10:34:07 +0300
committerCiprian-Mihai Melinescu <mihaimel@gmail.com>2016-09-21 10:34:07 +0300
commita8f4f0563331a36d9327ef38a6b57c3300d2e538 (patch)
tree55269b4152b8d14e10f32319d374fce9c9f48f10
parent4897b8c1568253a192de5a9fdfe76c5c155d28b8 (diff)
downloadvcpkg-a8f4f0563331a36d9327ef38a6b57c3300d2e538.tar.gz
vcpkg-a8f4f0563331a36d9327ef38a6b57c3300d2e538.zip
[glm] Removed CMakeLists.txt
-rw-r--r--ports/glm/portfile.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/glm/portfile.cmake b/ports/glm/portfile.cmake
index 8bc466e34..0d4d08a6d 100644
--- a/ports/glm/portfile.cmake
+++ b/ports/glm/portfile.cmake
@@ -6,6 +6,9 @@ vcpkg_download_distfile(ARCHIVE
)
vcpkg_extract_source_archive(${ARCHIVE})
+# Remove glm/CMakeLists.txt
+file(REMOVE ${CURRENT_BUILDTREES_DIR}/src/glm/glm/CMakeLists.txt)
+
# Put the license file where vcpkg expects it
file(COPY ${CURRENT_BUILDTREES_DIR}/src/glm/copying.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/glm/)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/glm/copying.txt ${CURRENT_PACKAGES_DIR}/share/glm/copyright)
@@ -13,5 +16,3 @@ file(RENAME ${CURRENT_PACKAGES_DIR}/share/glm/copying.txt ${CURRENT_PACKAGES_DIR
# Copy the glm header files
file(GLOB HEADER_FILES ${CURRENT_BUILDTREES_DIR}/src/glm/glm/*)
file(COPY ${HEADER_FILES} DESTINATION ${CURRENT_PACKAGES_DIR}/include/glm)
-vcpkg_copy_pdbs()
-