mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-31 05:03:22 +08:00
[chakracore] Mark regarding static/dynamic building
This commit is contained in:
parent
e9a17729ec
commit
814eaacd2c
@ -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)
|
find_program(POWERSHELL powershell)
|
||||||
|
|
||||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/ChakraCore-1.2.0.0)
|
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/ChakraCore-1.2.0.0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user