aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoratkawa7 <atkawa7@yahoo.com>2017-06-20 15:56:52 -0700
committeratkawa7 <atkawa7@yahoo.com>2017-06-20 15:56:52 -0700
commit0cb1ec56b14c7906c48c28cc8f430cdd12386e44 (patch)
treed5c875a453f7a186682f1ef8c8b397a8084b7799
parentab3b3e4fa435c560383367cd8f836f06d35b0460 (diff)
downloadvcpkg-0cb1ec56b14c7906c48c28cc8f430cdd12386e44.tar.gz
vcpkg-0cb1ec56b14c7906c48c28cc8f430cdd12386e44.zip
fix include folder
-rw-r--r--ports/thor/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/thor/portfile.cmake b/ports/thor/portfile.cmake
index 046dd57b5..710d464b9 100644
--- a/ports/thor/portfile.cmake
+++ b/ports/thor/portfile.cmake
@@ -67,5 +67,5 @@ endif()
file(INSTALL ${DEBUG_LIBS} DESTINATION ${CURRENT_PACKAGES_DIR}/debug/lib)
-file(INSTALL ${SOURCE_PATH}/include DESTINATION ${CURRENT_PACKAGES_DIR}/include/thor)
+file(INSTALL ${SOURCE_PATH}/include DESTINATION ${CURRENT_PACKAGES_DIR})
file(INSTALL ${SOURCE_PATH}/License.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/thor RENAME copyright)