Mercurial > hg > orthanc
changeset 3253:759cc438886e
enable masm support in CMake
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 16 Feb 2019 14:52:29 +0100 |
parents | 768c219e7b11 |
children | e89e378e71e4 |
files | Resources/CMake/LibIcuConfiguration.cmake |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/CMake/LibIcuConfiguration.cmake Sat Feb 16 14:40:56 2019 +0100 +++ b/Resources/CMake/LibIcuConfiguration.cmake Sat Feb 16 14:52:29 2019 +0100 @@ -16,6 +16,7 @@ # of heap space" => use Microsoft Assembler to circumvent this issue DownloadCompressedFile(${LIBICU_MASM_MD5} ${LIBICU_MASM_URL} ${LIBICU_MASM}) + enable_language(ASM_MASM) set(LIBICU_SOURCES ${CMAKE_BINARY_DIR}/${LIBICU_MASM} )