You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
296 B
17 lines
296 B
if (APPLE)
|
|
|
|
elseif (WIN32)
|
|
ExternalProject_Add(icu
|
|
GIT_REPOSITORY https://github.com/debris/icu-win32.git
|
|
GIT_TAG master
|
|
BINARY_DIR icu-prefix/src/icu
|
|
CONFIGURE_COMMAND ""
|
|
BUILD_COMMAND ""
|
|
INSTALL_COMMAND cmake -E copy_directory . ${ETH_DEPENDENCY_INSTALL_DIR}
|
|
)
|
|
|
|
else()
|
|
|
|
endif()
|
|
|
|
|
|
|