diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2019-06-27 00:00:48 +0200 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-06-26 15:00:48 -0700 |
| commit | fd87a081bb6acc33ec4e581f1ce60edcad80eda1 (patch) | |
| tree | 96b9a4c370fe1e75d70e54d6ef3143c912ad2e24 /scripts/ports.cmake | |
| parent | 8c22bd9aadc510623cd082f1d9ad59b862be9f22 (diff) | |
| download | vcpkg-fd87a081bb6acc33ec4e581f1ce60edcad80eda1.tar.gz vcpkg-fd87a081bb6acc33ec4e581f1ce60edcad80eda1.zip | |
Introduce an easier way to identify target systems... (#6846)
* Introduce an easier way to identify target systems...
* fix missing ()
* move the include around.
also added vcpkg_common_functions to be automatically included
* remove warning message
* added remaining VCPKG_CMAKE_SYSTEM_NAMEs found only in vcpkg_configure_cmake to load a toolchain.
* remove warning again from messed up merge
Diffstat (limited to 'scripts/ports.cmake')
| -rw-r--r-- | scripts/ports.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ports.cmake b/scripts/ports.cmake index 7a5f2749f..118cc9481 100644 --- a/scripts/ports.cmake +++ b/scripts/ports.cmake @@ -68,6 +68,8 @@ if(CMD MATCHES "^BUILD$") include(${CMAKE_TRIPLET_FILE}) set(TRIPLET_SYSTEM_ARCH ${VCPKG_TARGET_ARCHITECTURE}) + include(${CMAKE_CURRENT_LIST_DIR}/cmake/vcpkg_common_definitions.cmake) + include(${CMAKE_CURRENT_LIST_DIR}/cmake/vcpkg_common_functions.cmake) include(${CURRENT_PORT_DIR}/portfile.cmake) set(BUILD_INFO_FILE_PATH ${CURRENT_PACKAGES_DIR}/BUILD_INFO) |
