diff options
| author | atkawa7 <atkawa7@yahoo.com> | 2017-08-27 08:30:37 -0700 |
|---|---|---|
| committer | atkawa7 <atkawa7@yahoo.com> | 2017-08-27 08:30:37 -0700 |
| commit | 1006849f344a16e7948ecbcf78385d9d841db522 (patch) | |
| tree | e63b3ded103395380a35fb2a7c6791d95ca4d0af | |
| parent | 3a026cbe21881dc35278c2c7946b3b12b7815d09 (diff) | |
| download | vcpkg-1006849f344a16e7948ecbcf78385d9d841db522.tar.gz vcpkg-1006849f344a16e7948ecbcf78385d9d841db522.zip | |
[ctemplate] fixes google/glog#236 OlafvdSpek/ctemplate#127 #1514
| -rw-r--r-- | ports/ctemplate/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | ports/ctemplate/CONTROL | 2 |
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 |
