From 910d3e52802185a374fab8764b30d07f15e94fec Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Fri, 23 Feb 2018 12:21:07 -0800 Subject: [PATCH] [llvm] Reenable package --- ports/llvm/portfile.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/ports/llvm/portfile.cmake b/ports/llvm/portfile.cmake index 8f981873a4..60580947e4 100644 --- a/ports/llvm/portfile.cmake +++ b/ports/llvm/portfile.cmake @@ -1,5 +1,3 @@ -message(FATAL_ERROR "temporarily disabled") - # LLVM documentation recommends always using static library linkage when # building with Microsoft toolchain; it's also the default on other platforms set(VCPKG_LIBRARY_LINKAGE static)