[Groonga-commit] groonga/groonga at 13574b2 [master] cmake: remove static build support

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 8 23:07:02 JST 2013


Kouhei Sutou	2013-10-08 23:07:02 +0900 (Tue, 08 Oct 2013)

  New Revision: 13574b2393a57a20520e532167fa3eeb7eda6153
  https://github.com/groonga/groonga/commit/13574b2393a57a20520e532167fa3eeb7eda6153

  Message:
    cmake: remove static build support

  Modified files:
    lib/CMakeLists.txt

  Modified: lib/CMakeLists.txt (+0 -7)
===================================================================
--- lib/CMakeLists.txt    2013-10-08 22:52:46 +0900 (4f1b09e)
+++ lib/CMakeLists.txt    2013-10-08 23:07:02 +0900 (1450f00)
@@ -55,10 +55,3 @@ install(TARGETS libgroonga
   ARCHIVE DESTINATION "${LIB_DIR}"
   LIBRARY DESTINATION "${LIB_DIR}"
   RUNTIME DESTINATION "${BIN_DIR}")
-if(GRN_WITH_STATIC)
-  install(TARGETS
-    libgroonga_static
-    ARCHIVE DESTINATION "${LIB_DIR}"
-    LIBRARY DESTINATION "${LIB_DIR}"
-    RUNTIME DESTINATION "${BIN_DIR}")
-endif()
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index