[Groonga-commit] groonga/groonga at 5b06fcc [master] cmake: unindent

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Mar 8 17:03:29 JST 2015


Kouhei Sutou	2015-03-08 17:03:29 +0900 (Sun, 08 Mar 2015)

  New Revision: 5b06fccfa250322b0ee2c3be7c987f069fa18c9e
  https://github.com/groonga/groonga/commit/5b06fccfa250322b0ee2c3be7c987f069fa18c9e

  Message:
    cmake: unindent

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+5 -5)
===================================================================
--- CMakeLists.txt    2015-03-08 17:03:05 +0900 (1d0a6bc)
+++ CMakeLists.txt    2015-03-08 17:03:29 +0900 (60a8e76)
@@ -192,12 +192,12 @@ if(CMAKE_COMPILER_IS_GNUCXX)
   check_build_flag("-Wno-clobbered")
 endif()
 
-  if(NOT DEFINED CMAKE_C_COMPILE_OPTIONS_PIC)
-    # For old CMake
-    if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_CLANGCXX)
-      check_build_flag("-fPIC")
-    endif()
+if(NOT DEFINED CMAKE_C_COMPILE_OPTIONS_PIC)
+  # For old CMake
+  if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_CLANGCXX)
+    check_build_flag("-fPIC")
   endif()
+endif()
 
 option(GRN_WITH_DEBUG "enable debug build." OFF)
 if(GRN_WITH_DEBUG)
-------------- next part --------------
HTML����������������������������...
Download 



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