mirror of
https://github.com/mariadb-corporation/mariadb-connector-cpp.git
synced 2025-07-31 21:00:43 +00:00
Moved cmake option defaults to the separate file
Added bit definition server param array(bulk) capability Enabled WITH_SIGNCODE option for cmake. It depends on DEVELOPER_ID option.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
# 2020 MariaDB Corporation AB
|
||||
# 2020, 2022 MariaDB Corporation AB
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License, version 2.0, as
|
||||
@ -27,17 +27,7 @@
|
||||
# along with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
#Use Options to configure default test server params
|
||||
|
||||
SET_VALUE(TEST_HOST "tcp://localhost:3306" "Defines Unit Tests default server")
|
||||
SET_VALUE(TEST_SCHEMA "test" "Defines Unit Tests default Database")
|
||||
SET_VALUE(TEST_UID "root" "Defines Unit Tests default login user")
|
||||
SET_VALUE(TEST_PASSWORD "root" "Defines Unit Tests default login user password")
|
||||
SET_VALUE(TEST_USETLS "false" "Defines useTls option value to use in tests")
|
||||
|
||||
IF("${TEST_USETLS}" STREQUAL "")
|
||||
SET(TEST_USETLS "false")
|
||||
ENDIF()
|
||||
#default test server params configured in options_defaults.cmake
|
||||
|
||||
configure_file(tests_config.h.in
|
||||
${CMAKE_BINARY_DIR}/test/tests_config.h)
|
||||
|
Reference in New Issue
Block a user