[Groonga-commit] groonga/groonga-normalizer-mysql at bbd08aa [master] cmake: indent

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 25 11:26:16 JST 2013


Kouhei Sutou	2013-04-25 11:26:16 +0900 (Thu, 25 Apr 2013)

  New Revision: bbd08aae4f26f9cbd5f438cd4840a52f89f95ea4
  https://github.com/groonga/groonga-normalizer-mysql/commit/bbd08aae4f26f9cbd5f438cd4840a52f89f95ea4

  Message:
    cmake: indent

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+6 -6)
===================================================================
--- CMakeLists.txt    2013-04-25 11:26:01 +0900 (f16bbce)
+++ CMakeLists.txt    2013-04-25 11:26:16 +0900 (84410b4)
@@ -31,14 +31,14 @@ if(GROONGA_NORMALIZER_MYSQL_BUNDLED)
   set(GROONGA_LIBRARY_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/lib")
   set(GROONGA_PLUGINS_DIR "${GRN_PLUGINS_DIR}")
 else()
-include(FindPkgConfig)
-include(${CMAKE_SOURCE_DIR}/build/cmake_modules/ReadFileList.cmake)
+  include(FindPkgConfig)
+  include(${CMAKE_SOURCE_DIR}/build/cmake_modules/ReadFileList.cmake)
 
-file(READ ${CMAKE_SOURCE_DIR}/required_groonga_version GROONGA_REQUIRED_VERSION)
-string(STRIP "${GROONGA_REQUIRED_VERSION}" GROONGA_REQUIRED_VERSION)
+  file(READ ${CMAKE_SOURCE_DIR}/required_groonga_version GROONGA_REQUIRED_VERSION)
+  string(STRIP "${GROONGA_REQUIRED_VERSION}" GROONGA_REQUIRED_VERSION)
 
-pkg_check_modules(GROONGA REQUIRED "groonga >= ${GROONGA_REQUIRED_VERSION}")
-_pkgconfig_invoke(groonga GROONGA PLUGINS_DIR "" --variable=pluginsdir)
+  pkg_check_modules(GROONGA REQUIRED "groonga >= ${GROONGA_REQUIRED_VERSION}")
+  _pkgconfig_invoke(groonga GROONGA PLUGINS_DIR "" --variable=pluginsdir)
 endif()
 
 add_definitions(
-------------- next part --------------
HTML����������������������������...
Download 



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