Skip to content

Commit

Permalink
another cmake fix (apache#5630)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoreau89 authored and Trevor Morris committed Jun 18, 2020
1 parent 8ef9f35 commit c00bae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/VTA.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ elseif(PYTHON)
endif()
# Target lib: vta
add_library(vta SHARED ${FPGA_RUNTIME_SRCS})
target_include_directories(vta PUBLIC vta/include)
target_include_directories(vta PUBLIC vta/runtime)
foreach(__def ${VTA_DEFINITIONS})
string(SUBSTRING ${__def} 3 -1 __strip_def)
target_compile_definitions(vta PUBLIC ${__strip_def})
Expand Down

0 comments on commit c00bae9

Please sign in to comment.