Skip to content

Commit

Permalink
fix wrong target
Browse files Browse the repository at this point in the history
  • Loading branch information
RSchwan committed Nov 1, 2024
1 parent 239223c commit 343e752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if (BUILD_WITH_BLASFEO)
target_link_libraries(piqp_python_avx2 PRIVATE blasfeo)
endif ()
if (TARGET blasfeo_x64_avx512)
target_link_libraries(piqp_python PRIVATE blasfeo_x64_avx512)
target_link_libraries(piqp_python_avx512 PRIVATE blasfeo_x64_avx512)
else ()
target_link_libraries(piqp_python_avx512 PRIVATE blasfeo)
endif ()
Expand Down

0 comments on commit 343e752

Please sign in to comment.