[chakracore] Mark regarding static/dynamic building

This commit is contained in:
Alexander Karatarakis 2016-10-26 12:20:46 -07:00
Родитель e9a17729ec
Коммит 814eaacd2c
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,8 @@
include(vcpkg_common_functions)
include(${CMAKE_TRIPLET_FILE})
if (VCPKG_LIBRARY_LINKAGE STREQUAL static)
message(FATAL_ERROR "Static building not supported yet")
endif()
include(vcpkg_common_functions)
find_program(POWERSHELL powershell)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/ChakraCore-1.2.0.0)