Skip to content

Commit

Permalink
[Windows] Fix compilation errors of tvm_runtime_static.lib (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymwangg authored Jun 1, 2020
1 parent 185fd73 commit d361502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -458,4 +458,5 @@ endif(INSTALL_DEV)
if(MSVC)
target_compile_definitions(tvm PRIVATE -DTVM_EXPORTS)
target_compile_definitions(tvm_runtime PRIVATE -DTVM_EXPORTS)
target_compile_definitions(tvm_runtime_static PRIVATE -DTVM_EXPORTS)
endif()

0 comments on commit d361502

Please sign in to comment.