Skip to content

Commit

Permalink
Enable MicroTVM in CMake config (apache#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
weberlo authored and jroesch committed Jun 19, 2019
1 parent 32bf47e commit 702001e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ set(USE_VULKAN OFF)
set(USE_OPENGL OFF)

# Whether enable Micro runtime
set(USE_MICRO OFF)
set(USE_MICRO ON)

# Whether to enable SGX runtime
#
Expand Down

0 comments on commit 702001e

Please sign in to comment.