You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
@ -17,6 +17,10 @@
|
||||
# SNAPPY_LIBRARIES The snappy library/libraries
|
||||
# SNAPPY_INCLUDE_DIR The location of snappy headers
|
||||
|
||||
if(DEFINED SNAPPY_ROOT_DIR)
|
||||
set(Snappy_FIND_QUIET)
|
||||
endif()
|
||||
|
||||
find_path(SNAPPY_ROOT_DIR
|
||||
NAMES include/snappy.h
|
||||
)
|
||||
|
@ -34,7 +34,7 @@ IF(NOT "${CS_MAJOR_VERSION}" MATCHES "[0-9]+" OR
|
||||
ENDIF()
|
||||
|
||||
SET(VERSION "${CS_MAJOR_VERSION}.${CS_MINOR_VERSION}.${CS_PATCH_VERSION}${CS_EXTRA_VERSION}")
|
||||
MESSAGE(STATUS "MariaDB-Columnstore ${VERSION}")
|
||||
MESSAGE("== MariaDB-Columnstore ${VERSION}")
|
||||
IF (NOT INSTALL_LAYOUT)
|
||||
SET(CPACK_PACKAGE_VERSION_MAJOR ${CS_MAJOR_VERSION})
|
||||
SET(CPACK_PACKAGE_VERSION_MINOR ${CS_MINOR_VERSION})
|
||||
|
Reference in New Issue
Block a user