mirror of https://github.com/llvm/torch-mlir
Only build mnist-playground if Torch was found.
parent
54c0a3a1e9
commit
81119aa0a1
|
@ -1,4 +1,6 @@
|
|||
add_subdirectory(npcomp-opt)
|
||||
add_subdirectory(mnist-playground)
|
||||
if(${TORCH_FOUND})
|
||||
add_subdirectory(mnist-playground)
|
||||
endif()
|
||||
add_subdirectory(npcomp-run-mlir)
|
||||
add_subdirectory(npcomp-shlib)
|
||||
|
|
Loading…
Reference in New Issue