mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:49:04 +08:00
[blaze] Fix remaining stray _INVALID_ROOT_
This commit is contained in:
parent
2de9c9bea3
commit
b54f4f26ae
@ -1,4 +1,4 @@
|
||||
Source: blaze
|
||||
Version: 3.2-1
|
||||
Version: 3.2-2
|
||||
Build-Depends: boost, clapack
|
||||
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(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}")
|
||||
endforeach()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user