Blob Blame History Raw
From 33d2f8e7e348303168c4295ca451d87d7f97bd01 Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion@cora.nwra.com>
Date: Thu, 15 Sep 2016 13:24:39 -0600
Subject: [PATCH] Do not install libFmmMesh.a

---
 Plugins/GeodesicMeasurementPlugin/FmmMesh/CMakeLists.txt | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/Plugins/GeodesicMeasurementPlugin/FmmMesh/CMakeLists.txt b/Plugins/GeodesicMeasurementPlugin/FmmMesh/CMakeLists.txt
index 622b298..d112fe4 100644
--- a/Plugins/GeodesicMeasurementPlugin/FmmMesh/CMakeLists.txt
+++ b/Plugins/GeodesicMeasurementPlugin/FmmMesh/CMakeLists.txt
@@ -55,10 +55,3 @@ if (NOT WIN32)
   set_property(TARGET ${PROJECT_NAME} APPEND
     PROPERTY COMPILE_FLAGS "-fPIC")
 endif()
-
-
-install(TARGETS ${PROJECT_NAME}
-  RUNTIME DESTINATION bin
-  LIBRARY DESTINATION lib
-  ARCHIVE DESTINATION lib
-)
-- 
2.7.4