aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alex@karatarakis.com>2017-08-27 21:46:30 -0700
committerGitHub <noreply@github.com>2017-08-27 21:46:30 -0700
commit008919edba6e73f141af9f6102ef8798e8116b19 (patch)
treeeed6ee92a07022eb8cca017a1417e4dbceb6bcb8
parent10809ba2bb151586b35f537e6110c985bcc601b8 (diff)
parent1006849f344a16e7948ecbcf78385d9d841db522 (diff)
downloadvcpkg-008919edba6e73f141af9f6102ef8798e8116b19.tar.gz
vcpkg-008919edba6e73f141af9f6102ef8798e8116b19.zip
Merge pull request #1719 from atkawa7/ctemplate_public_headers
[ctemplate] Disable Installing Private Headers
-rw-r--r--ports/ctemplate/CMakeLists.txt2
-rw-r--r--ports/ctemplate/CONTROL2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/ctemplate/CMakeLists.txt b/ports/ctemplate/CMakeLists.txt
index c7cc211f4..63e6fc6b3 100644
--- a/ports/ctemplate/CMakeLists.txt
+++ b/ports/ctemplate/CMakeLists.txt
@@ -92,5 +92,5 @@ install(
)
if(NOT DISABLE_INSTALL_HEADERS)
- install(DIRECTORY "${COMMON_INCLUDES}/" DESTINATION include FILES_MATCHING PATTERN "*.h")
+ install(DIRECTORY "${COMMON_INCLUDES}/ctemplate" DESTINATION include FILES_MATCHING PATTERN "*.h")
endif()
diff --git a/ports/ctemplate/CONTROL b/ports/ctemplate/CONTROL
index eb78d4c0f..5e9e69753 100644
--- a/ports/ctemplate/CONTROL
+++ b/ports/ctemplate/CONTROL
@@ -1,3 +1,3 @@
Source: ctemplate
-Version: 2017-06-23-44b7c5b918a08ad561c63e9d28beecb40c10ebca
+Version: 2017-06-23-44b7c5-2
Description: C++ CTemplate system