diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/modules/TableGen.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/modules/TableGen.cmake b/cmake/modules/TableGen.cmake index 7a1d4a1..13a7568 100644 --- a/cmake/modules/TableGen.cmake +++ b/cmake/modules/TableGen.cmake @@ -126,6 +126,4 @@ macro(add_tablegen target project) if( LLVM_ENABLE_THREADS AND HAVE_LIBPTHREAD AND NOT BEOS ) target_link_libraries(${target} pthread) endif() - - install(TARGETS ${target} RUNTIME DESTINATION bin) endmacro() |