[Groonga-commit] groonga/groonga at 85d9406 [master] cmake: add missing "C"

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Oct 17 16:19:29 JST 2015


Kouhei Sutou	2015-10-17 16:19:29 +0900 (Sat, 17 Oct 2015)

  New Revision: 85d94064ce168f5a891be179f5095e16c33e9eff
  https://github.com/groonga/groonga/commit/85d94064ce168f5a891be179f5095e16c33e9eff

  Message:
    cmake: add missing "C"

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2015-10-16 17:40:01 +0900 (f682d0d)
+++ CMakeLists.txt    2015-10-17 16:19:29 +0900 (5403dde)
@@ -39,7 +39,7 @@ if(MSVC)
 endif()
 
 if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
-  set(CMAKE_COMPILER_IS_CLANGC ON)
+  set(CMAKE_COMPILER_IS_CLANGCC ON)
 endif()
 if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
   set(CMAKE_COMPILER_IS_CLANGCXX ON)
-------------- next part --------------
HTML����������������������������...
Download 



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