vcpkg/ports/vcpkg-cmake-config/vcpkg.json
Laurent Rineau 95d4d067f0
[vcpkg] Fix vcpkg_cmake_config_fixup.cmake (#22236)
* Fix vcpkg_cmake_config_fixup.cmake

The PR #22235 exposed a bug in `vcpkg_cmake_config_fixup.cmake`, that
incorrectly preprends a string without a end-of-line. That creates
CMake syntax errors, like this one:

```
get_filename_component(VCPKG_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_DIR}/../../" ABSOLUTE)set(CGAL_ROOT ${VCPKG_IMPORT_PREFIX})
```

The fix is simple: add a `\n` at the end of the prepended string.

* format manifest

* Update versions
2021-12-29 13:19:10 -08:00

5 lines
67 B
JSON

{
"name": "vcpkg-cmake-config",
"version-date": "2021-12-28"
}