--- external/squirrel/CMakeLists.txt.orig	2015-12-20 14:56:35 UTC
+++ external/squirrel/CMakeLists.txt
@@ -82,8 +82,3 @@ GENERATE_EXPORT_HEADER( squirrel
 set(LIB_SUBDIR "lib${LIB_SUFFIX}"
 	CACHE STRING "Subdirectory of prefix into which libraries are installed (e.g., lib32, lib64)")
 
-INSTALL(TARGETS squirrel
-    RUNTIME DESTINATION bin
-	ARCHIVE DESTINATION ${LIB_SUBDIR}
-	LIBRARY DESTINATION ${LIB_SUBDIR}
-	COMPONENT squirrel)