Skip to content

Commit

Permalink
Skip tbb binaries when system libs are used
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Dec 10, 2024
1 parent 72c0c11 commit feedf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ if (COMPILER_IDENTIFIER MATCHES "(linux|mac)")
install(PROGRAMS ${OPENBLAS_FILES} DESTINATION lib)
endif ()
install(PROGRAMS Enhancement/suanPan.sh DESTINATION bin)
if (BUILD_MULTITHREAD)
if (BUILD_MULTITHREAD AND NOT USE_SYS_LIB)
file(GLOB TBB_FILES Libs/${SP_EXTERNAL_LIB_PATH}/libtbb*)
install(PROGRAMS ${TBB_FILES} DESTINATION lib)
endif ()
Expand Down

0 comments on commit feedf76

Please sign in to comment.