X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/135fb1cf1420f691660b17363884ad6f46763306..6ecd6f2572f82c519e15f2d4602fe8c0df69eb48:/tools/cmake/MakeLib.cmake diff --git a/tools/cmake/MakeLib.cmake b/tools/cmake/MakeLib.cmake index fdd596b0a6..b0b8837cf0 100644 --- a/tools/cmake/MakeLib.cmake +++ b/tools/cmake/MakeLib.cmake @@ -30,8 +30,6 @@ if("${CMAKE_SYSTEM}" MATCHES "Linux") add_library(sthread SHARED ${STHREAD_SRC}) set_property(TARGET sthread APPEND PROPERTY INCLUDE_DIRECTORIES "${INTERNAL_INCLUDES}") - install(TARGETS sthread # install that binary without breaking the rpath on Mac - RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}/) target_link_libraries(sthread simgrid) else() set(EXTRA_DIST ${EXTRA_DIST} ${STHREAD_SRC})