You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
MCOL-641 Changed the hint to search for GTest headers.
This commit introduces DataConvert UTs. DataConvert::decimalToString now can negative values. Next version for Row::toString(), applyMapping UT checks. Row:equals() is now wide-DECIMAL aware.
This commit is contained in:
@@ -17,10 +17,9 @@ find_library(PTHREAD_LIBRARY
|
||||
HINTS ${GTEST_ROOT_DIR}/lib
|
||||
)
|
||||
|
||||
|
||||
find_path(GTEST_INCLUDE_DIR
|
||||
NAMES gtest.h
|
||||
HINTS ${GTEST_ROOT_DIR}/include
|
||||
HINTS ${GTEST_ROOT_DIR}/include/gtest
|
||||
)
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
|
Reference in New Issue
Block a user