[Groonga-mysql-commit] mroonga/mroonga at d347ffc [master] cmake: remove garbage ", "

Back to archive index

Kouhei Sutou null+****@clear*****
Thu May 9 17:17:09 JST 2013


Kouhei Sutou	2013-05-09 17:17:09 +0900 (Thu, 09 May 2013)

  New Revision: d347ffc22b834fdfd1326c682cdf40c01d1abf22
  https://github.com/mroonga/mroonga/commit/d347ffc22b834fdfd1326c682cdf40c01d1abf22

  Message:
    cmake: remove garbage ","
    
    CMake doesn't use "," as argument separator!!!

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+2 -2)
===================================================================
--- CMakeLists.txt    2013-05-09 17:12:16 +0900 (34ad816)
+++ CMakeLists.txt    2013-05-09 17:17:09 +0900 (0b7c233)
@@ -137,9 +137,9 @@ if(MRN_GROONGA_BUNDLED)
   set(GROONGA_LIBRARY_DIRS "${MRN_BUNDLED_GROONGA_DIR}/lib")
   set(GROONGA_LIBRARIES "libgroonga")
   if(EXISTS "${MRN_BUNDLED_GROONGA_DIR}/vendor/plugins/groonga-normalizer-mysql")
-    set(GROONGA_NORMALIZER_MYSQL_FOUND, TRUE)
+    set(GROONGA_NORMALIZER_MYSQL_FOUND TRUE)
   else()
-    set(GROONGA_NORMALIZER_MYSQL_FOUND, FALSE)
+    set(GROONGA_NORMALIZER_MYSQL_FOUND FALSE)
   endif()
 else()
   include(FindPkgConfig)
-------------- next part --------------
HTML����������������������������...
Download 



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