[Groonga-commit] pgroonga/pgroonga at 8be8094 [master] cmake: use variable

Back to archive index

Kouhei Sutou null+****@clear*****
Sun May 10 23:54:24 JST 2015


Kouhei Sutou	2015-05-10 23:54:24 +0900 (Sun, 10 May 2015)

  New Revision: 8be8094d3d1b914f27fd513c668f8fd6c35e8d51
  https://github.com/pgroonga/pgroonga/commit/8be8094d3d1b914f27fd513c668f8fd6c35e8d51

  Message:
    cmake: use variable

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+2 -1)
===================================================================
--- CMakeLists.txt    2015-05-10 23:43:56 +0900 (0ead247)
+++ CMakeLists.txt    2015-05-10 23:54:24 +0900 (6d5baeb)
@@ -4,6 +4,7 @@ cmake_minimum_required(VERSION 3.0.0)
 
 set(PGRN_PROJECT_NAME "PGroonga")
 set(PGRN_PROJECT_ID "pgroonga")
+set(PGRN_VENDOR "The PGroonga Project")
 
 project("${PGRN_PROJECT_ID}")
 
@@ -79,7 +80,7 @@ set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY OFF)
 set(CPACK_PACKAGE_VERSION_MAJOR "${PGRN_VERSION_MAJOR}")
 set(CPACK_PACKAGE_VERSION_MINOR "${PGRN_VERSION_MINOR}")
 set(CPACK_PACKAGE_VERSION_PATCH "${PGRN_VERSION_MICRO}")
-set(CPACK_PACKAGE_VENDOR "The PGroonga Project")
+set(CPACK_PACKAGE_VENDOR "${PGRN_VENDOR}")
 if(CMAKE_CL_64)
   set(PGRN_SYSTEM_NAME "x64")
 else()
-------------- next part --------------
HTML����������������������������...
Download 



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