vcpkg/versions
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
..
2021-09-09 01:24:04 -07:00
2021-12-28 14:12:41 -08:00
2021-12-28 15:03:05 -08:00
2021-12-21 23:18:29 -05:00
2021-12-22 22:50:20 -05:00
2021-12-28 18:27:01 -08:00
2021-12-28 15:04:20 -08:00
2021-12-22 22:52:44 -05:00
2021-12-13 12:28:32 -08:00
2021-12-17 02:29:39 -05:00
2021-12-20 11:35:06 -05:00
2021-12-20 11:26:20 -05:00
2021-12-28 18:35:33 -08:00
2021-12-28 15:05:09 -08:00
2021-12-28 15:03:23 -08:00
2021-12-08 13:13:43 -08:00
2021-11-18 20:36:13 -08:00