aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoratkawa7 <atkawa7@yahoo.com>2017-08-27 08:30:37 -0700
committeratkawa7 <atkawa7@yahoo.com>2017-08-27 08:30:37 -0700
commit1006849f344a16e7948ecbcf78385d9d841db522 (patch)
treee63b3ded103395380a35fb2a7c6791d95ca4d0af
parent3a026cbe21881dc35278c2c7946b3b12b7815d09 (diff)
downloadvcpkg-1006849f344a16e7948ecbcf78385d9d841db522.tar.gz
vcpkg-1006849f344a16e7948ecbcf78385d9d841db522.zip
[ctemplate] fixes google/glog#236 OlafvdSpek/ctemplate#127 #1514
-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