From 3b968d2595c952c810484d74ad7111a173cefcc1 Mon Sep 17 00:00:00 2001 From: yhirose Date: Fri, 24 Jan 2020 23:35:25 -0500 Subject: [PATCH] Disabled pl0 buld due to the linker problem in Travis CI --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f67770..ec342e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,7 @@ add_subdirectory(test) add_subdirectory(example) add_subdirectory(lint) -find_package(LLVM CONFIG) -if(LLVM_FOUND) - add_subdirectory(pl0) -endif() +# find_package(LLVM CONFIG) +# if(LLVM_FOUND) +# add_subdirectory(pl0) +# endif()