mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
[blaze] Fix remaining stray _INVALID_ROOT_
This commit is contained in:
parent
2de9c9bea3
commit
b54f4f26ae
@ -1,4 +1,4 @@
|
|||||||
Source: blaze
|
Source: blaze
|
||||||
Version: 3.2-1
|
Version: 3.2-2
|
||||||
Build-Depends: boost, clapack
|
Build-Depends: boost, clapack
|
||||||
Description: Blaze is an open-source, high-performance C++ math library for dense and sparse arithmetic.
|
Description: Blaze is an open-source, high-performance C++ math library for dense and sparse arithmetic.
|
||||||
|
@ -119,6 +119,7 @@ function(vcpkg_fixup_cmake_targets)
|
|||||||
string(REPLACE "${CURRENT_INSTALLED_DIR}" "_INVALID_ROOT_" _contents "${_contents}")
|
string(REPLACE "${CURRENT_INSTALLED_DIR}" "_INVALID_ROOT_" _contents "${_contents}")
|
||||||
string(REGEX REPLACE ";_INVALID_ROOT_/[^\";]*" "" _contents "${_contents}")
|
string(REGEX REPLACE ";_INVALID_ROOT_/[^\";]*" "" _contents "${_contents}")
|
||||||
string(REGEX REPLACE "_INVALID_ROOT_/[^\";]*;" "" _contents "${_contents}")
|
string(REGEX REPLACE "_INVALID_ROOT_/[^\";]*;" "" _contents "${_contents}")
|
||||||
|
string(REGEX REPLACE "\"_INVALID_ROOT_/[^\";]*\"" "\"\"" _contents "${_contents}")
|
||||||
file(WRITE ${MAIN_TARGET} "${_contents}")
|
file(WRITE ${MAIN_TARGET} "${_contents}")
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user