[Groonga-commit] pgroonga/pgroonga at c44ec5a [master] cmake: fix syntax error

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Sep 27 11:28:58 JST 2015


Kouhei Sutou	2015-09-27 11:28:58 +0900 (Sun, 27 Sep 2015)

  New Revision: c44ec5a60f461c8f82c15d39d4b37ae0c16c9e71
  https://github.com/pgroonga/pgroonga/commit/c44ec5a60f461c8f82c15d39d4b37ae0c16c9e71

  Message:
    cmake: fix syntax error

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+2 -2)
===================================================================
--- CMakeLists.txt    2015-09-27 11:20:25 +0900 (40c5ab4)
+++ CMakeLists.txt    2015-09-27 11:28:58 +0900 (db2d9ab)
@@ -72,8 +72,8 @@ install(FILES
   DESTINATION "${PGRN_EXTENSION_DATA_DIR}")
 install(DIRECTORY
   "${PROJECT_SOURCE_DIR}"
-  FILE_MATCHING PATTERN "${PGRN_PROJECT_ID}--*--*.sql"
-  DESTINATION "${PGRN_EXTENSION_DATA_DIR}")
+  DESTINATION "${PGRN_EXTENSION_DATA_DIR}"
+  FILE_MATCHING PATTERN "${PGRN_PROJECT_ID}--*--*.sql")
 
 install(FILES
   "${PROJECT_SOURCE_DIR}/COPYING"
-------------- next part --------------
HTML����������������������������...
Download 



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