[Groonga-commit] groonga/groonga at 4eac1af [master] cmake: remove needless condition

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Mar 30 16:37:34 JST 2015


Kouhei Sutou	2015-03-30 16:37:34 +0900 (Mon, 30 Mar 2015)

  New Revision: 4eac1afea28bf07c810d496805b3293a4a33adc4
  https://github.com/groonga/groonga/commit/4eac1afea28bf07c810d496805b3293a4a33adc4

  Message:
    cmake: remove needless condition

  Modified files:
    lib/CMakeLists.txt

  Modified: lib/CMakeLists.txt (+1 -1)
===================================================================
--- lib/CMakeLists.txt    2015-03-30 16:13:01 +0900 (6dd8fbe)
+++ lib/CMakeLists.txt    2015-03-30 16:37:34 +0900 (8959f88)
@@ -79,7 +79,7 @@ else()
     RUNTIME DESTINATION "${BIN_DIR}")
 endif()
 
-if(GRN_WITH_MRUBY AND NOT GRN_EMBED)
+if(GRN_WITH_MRUBY)
   read_file_list(${CMAKE_CURRENT_SOURCE_DIR}/mrb/scripts/sources.am
     RUBY_SCRIPTS)
   string(REGEX REPLACE "([^;]+)" "mrb/scripts/\\1"
-------------- next part --------------
HTML����������������������������...
Download 



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