diff options
Diffstat (limited to 'ports/dxut')
| -rw-r--r-- | ports/dxut/portfile.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/dxut/portfile.cmake b/ports/dxut/portfile.cmake index 97dc8b2e3..cc12d769b 100644 --- a/ports/dxut/portfile.cmake +++ b/ports/dxut/portfile.cmake @@ -2,6 +2,11 @@ if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) message(STATUS "Warning: Dynamic building not supported yet. Building static.") set(VCPKG_LIBRARY_LINKAGE static) endif() + +if(NOT VCPKG_CRT_LINKAGE STREQUAL "dynamic") + message(FATAL_ERROR "DXUT only supports dynamic CRT linkage") +endif() + include(vcpkg_common_functions) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/DXUT-sept2016) vcpkg_download_distfile(ARCHIVE_FILE |
