blob: 967dd3c01a6137e78f5b48fe7fc83f3629b9404e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# vcpkg_replace_string
The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/docs/maintainers/vcpkg_replace_string.md).
Replace a string in a file.
```cmake
vcpkg_replace_string(<filename> <match> <replace>)
```
## Source
[scripts/cmake/vcpkg\_replace\_string.cmake](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_replace_string.cmake)
|