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()