Disabled pl0 buld due to the linker problem in Travis CI

pull/88/head
yhirose 4 years ago
parent d9f66ead76
commit 3b968d2595
  1. 8
      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()

Loading…
Cancel
Save