Skip to content

Commit

Permalink
minor change in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
yash3886 committed May 28, 2024
1 parent 4b05fa0 commit eafffb5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ if(NOT LLVM_IR2VEC)

add_library(objlib OBJECT ${libsrc})
set_property(TARGET objlib PROPERTY POSITION_INDEPENDENT_CODE 1)
find_package(Eigen3 QUIET)
if(Eigen3_FOUND)
target_link_libraries (objlib Eigen3::Eigen)
endif()
Expand Down Expand Up @@ -74,7 +73,6 @@ else()
intrinsics_gen
)

find_package(Eigen3 QUIET)
if(Eigen3_FOUND)
target_link_libraries(LLVMIR2Vec PRIVATE Eigen3::Eigen)
endif()
Expand Down

0 comments on commit eafffb5

Please sign in to comment.