mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
[ctemplate] fixes google/glog#236 OlafvdSpek/ctemplate#127 #1514
This commit is contained in:
parent
3a026cbe21
commit
1006849f34
@ -92,5 +92,5 @@ install(
|
|||||||
)
|
)
|
||||||
|
|
||||||
if(NOT DISABLE_INSTALL_HEADERS)
|
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()
|
endif()
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Source: ctemplate
|
Source: ctemplate
|
||||||
Version: 2017-06-23-44b7c5b918a08ad561c63e9d28beecb40c10ebca
|
Version: 2017-06-23-44b7c5-2
|
||||||
Description: C++ CTemplate system
|
Description: C++ CTemplate system
|
||||||
|
Loading…
x
Reference in New Issue
Block a user