[Groonga-commit] pgroonga/pgroonga at 2741f03 [master] cmake: remove needless escape

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri Nov 4 17:56:45 JST 2016


Kouhei Sutou	2016-11-04 17:56:45 +0900 (Fri, 04 Nov 2016)

  New Revision: 2741f0330fc36789bfb7d3305db3131497c8adf2
  https://github.com/pgroonga/pgroonga/commit/2741f0330fc36789bfb7d3305db3131497c8adf2

  Message:
    cmake: remove needless escape

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2016-11-04 16:00:23 +0900 (14828ed)
+++ CMakeLists.txt    2016-11-04 17:56:45 +0900 (4b99ae3)
@@ -49,7 +49,7 @@ set(PGRN_BUNDLED_MESSAGE_PACK_DIR
   "${CMAKE_CURRENT_SOURCE_DIR}/vendor/groonga/vendor/msgpack-${PGRN_BUNDLED_MESSAGE_PACK_VERSION}")
 
 add_definitions(
-  -DPGRN_VERSION="\"${PGRN_VERSION}\""
+  -DPGRN_VERSION="${PGRN_VERSION}"
   -DPGRN_HAVE_MSGPACK)
 include_directories(
   "${PGRN_POSTGRESQL_DIR}/include/server/port/win32_msvc"
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る