blob: 5e04d0368c6e3de9961b78e0a8449b69e237f66b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# vcpkg_replace_string
Replace a string in a file.
```cmake
vcpkg_replace_string(filename match_string replace_string)
```
## Source
[scripts/cmake/vcpkg_replace_string.cmake](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_replace_string.cmake)
|