Skip to content

Commit

Permalink
Minor bug fix in install rule
Browse files Browse the repository at this point in the history
  • Loading branch information
svkeerthy committed Jan 13, 2024
1 parent 41299dd commit 3d59126
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ else()
target_compile_definitions(MLCompilerBridge PRIVATE DEBUG)
target_compile_definitions(MLCompilerBridgeC PRIVATE DEBUG)
endif()

endif(LLVM_MLBRIDGE)

install(TARGETS MLCompilerBridgeC DESTINATION lib)
install(DIRECTORY include/ DESTINATION include)
install(DIRECTORY CompilerInterface DESTINATION include/python/MLCompilerBridge)

0 comments on commit 3d59126

Please sign in to comment.