[Groonga-commit] groonga/groonga at af6f986 [master] cmake: fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Mar 10 00:04:32 JST 2014


Kouhei Sutou	2014-03-10 00:04:32 +0900 (Mon, 10 Mar 2014)

  New Revision: af6f9860dbe56c20f32eab8fc4c2068b70f41e71
  https://github.com/groonga/groonga/commit/af6f9860dbe56c20f32eab8fc4c2068b70f41e71

  Message:
    cmake: fix a typo
    
    GRN_C  _COMPILE_FLAGS ->
    GRN_CXX_COMPILE_FLAGS
         ++

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2014-03-09 23:59:44 +0900 (5a9f5a7)
+++ CMakeLists.txt    2014-03-10 00:04:32 +0900 (b4d6514)
@@ -126,7 +126,7 @@ macro(check_cxxflag flag)
   check_cxx_compiler_flag(${flag} is_available)
   if(${is_available})
     message(STATUS "${checking_message} available")
-    set(GRN_C_COMPILE_FLAGS "${GRN_CXX_COMPILE_FLAGS} ${flag}")
+    set(GRN_CXX_COMPILE_FLAGS "${GRN_CXX_COMPILE_FLAGS} ${flag}")
   else()
     message(STATUS "${checking_message} not available")
   endif()
-------------- next part --------------
HTML����������������������������...
Download 



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