1
1
mirror of https://github.com/rui314/mold.git synced 2024-11-14 07:18:42 +03:00

Fix build for older versions of CMake

Based on https://github.com/oneapi-src/oneTBB/issues/297#issuecomment-878408577

Fixes https://github.com/rui314/mold/issues/105
This commit is contained in:
Rui Ueyama 2021-08-14 10:18:51 +09:00
parent 631913599e
commit cc7dc1cf0b

View File

@ -40,5 +40,8 @@ macro(tbb_install_target target)
LIBRARY
DESTINATION ${CMAKE_INSTALL_LIBDIR}
NAMELINK_ONLY
COMPONENT devel
ARCHIVE
DESTINATION ${CMAKE_INSTALL_LIBDIR}
COMPONENT devel)
endmacro()