Skip to content

Commit

Permalink
Update CMakeLists.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
digital-nomad-cheng committed Feb 27, 2023
1 parent 2f04778 commit fbcad34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ set(SRC
)

set(DLPACK_HEADERS
"/home/vagrant/tvm/3rdparty/dlpack/include"
"/home/vagrant/opt/tvm/3rdparty/dlpack/include"
)

set(DMLC_HEADERS
"/home/vagrant/tvm/3rdparty/dmlc-core/include"
"/home/vagrant/opt/tvm/3rdparty/dmlc-core/include"
)

add_executable(${PROJECT_NAME} ${SRC})
Expand Down

0 comments on commit fbcad34

Please sign in to comment.