Skip to content

Commit

Permalink
Merge pull request #6 from IITH-Compilers/system-linking
Browse files Browse the repository at this point in the history
linking tensorflow include as system directory publicly to LLVMMLBridge
  • Loading branch information
svkeerthy committed Jan 22, 2024
2 parents 62439c9 + abbdbb8 commit 162e5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -58,7 +58,7 @@ if(LLVM_MLBRIDGE)
protobuf::libprotobuf
)


target_include_directories(LLVMMLBridge SYSTEM PUBLIC ${Protobuf_INCLUDE_DIRS} ${TENSORFLOW_AOT_PATH}/include)
target_include_directories(LLVMMLBridge PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)
install(TARGETS LLVMMLBridge DESTINATION lib)

Expand Down

0 comments on commit 162e5ce

Please sign in to comment.