mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-30 06:30:43 +00: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)
|
||||
|
||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/ChakraCore-1.2.0.0)
|
||||
|
Loading…
Reference in New Issue
Block a user