vcpkg/ports/vcpkg-cmake
Nemirtingas d5ea96667e
[vcpkg] Fix '/' incorrectly replaced by '-' on Linux. (#24098)
* Fix '/' incorrectly replaced by '-' on Linux.

* Update baseline.

* Use MATCHES instead of STREQUAL.

* Update version hash.

* Add comment for future modifications.

* Update version hash.

* Update version-date.

* Update baseline.

* Update ports/vcpkg-cmake/cmake_get_vars/CMakeLists.txt

Co-authored-by: Billy O'Neal <bion@microsoft.com>

* Update version.

* Run vcpkg format-manifest ports/vcpkg-cmake/vcpkg.json

* Run vcpkg x-add-version vcpkg-cmake

Co-authored-by: Nemirtingas <Nemirtingas@noreply.com>
Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-05-06 17:17:27 -07:00
..
cmake_get_vars [vcpkg] Fix '/' incorrectly replaced by '-' on Linux. (#24098) 2022-05-06 17:17:27 -07:00
copyright
portfile.cmake
README.md
vcpkg_cmake_build.cmake [vcpkg-cmake|cmake buildsystem] synchronize and sanitize scripts. (#23259) 2022-05-06 15:12:11 -07:00
vcpkg_cmake_configure.cmake [vcpkg-cmake|cmake buildsystem] synchronize and sanitize scripts. (#23259) 2022-05-06 15:12:11 -07:00
vcpkg_cmake_get_vars.cmake
vcpkg_cmake_install.cmake
vcpkg-port-config.cmake
vcpkg.json [vcpkg] Fix '/' incorrectly replaced by '-' on Linux. (#24098) 2022-05-06 17:17:27 -07:00

vcpkg-cmake

This port contains cmake functions for dealing with a CMake buildsystem.

In the common case, vcpkg_cmake_configure() (with appropriate arguments) followed by vcpkg_cmake_install() will be enough to build and install a port. vcpkg_cmake_build() is provided for more complex cases.