You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
cmake: output cleanup
1. reduce the number of cmake warnings 2. remove unused OLD policies 3. only warn about missing prerequisites once 4. start cmake output from columnstore version
This commit is contained in:
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user