mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[lager] no absolute paths (#21302)
This commit is contained in:
parent
f975585427
commit
31bc57ef9e
@ -23,5 +23,7 @@ vcpkg_cmake_configure(
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/Lager)
|
||||
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/lager/resources_path.hpp" "${CURRENT_PACKAGES_DIR}" ".")
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug" "${CURRENT_PACKAGES_DIR}/lib")
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "lager",
|
||||
"version-date": "2021-06-17",
|
||||
"port-version": 1,
|
||||
"description": "C++ library for value-oriented design using the unidirectional data-flow architecture",
|
||||
"homepage": "https://sinusoid.es/lager/",
|
||||
"dependencies": [
|
||||
|
@ -3218,7 +3218,7 @@
|
||||
},
|
||||
"lager": {
|
||||
"baseline": "2021-06-17",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"lapack": {
|
||||
"baseline": "3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c65b1f179b9d6fe4048cf44f3186de7a0332742f",
|
||||
"version-date": "2021-06-17",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "cc45cef2ecee354f255b9026c8397ca850259ab3",
|
||||
"version-date": "2021-06-17",
|
||||
|
Loading…
x
Reference in New Issue
Block a user