mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
d8084116b5
special cases: * change systemd detection to use CHECK_LIBRARY_EXISTS at least once, to have it detected by build_depends.cmake * similarly, use find_library for pam * unixODBC is weird, libodbc.so is in the unixODBC package, not in the unixODBC-devel, where normally all .so files belong. Packaging bug? As a workaround, use find_file(sql.h) instead of find_path(sql.h) to make sure that /usr/include/sql.h (not /usr/include) is cached by cmake, and later build_depends.cmake will select unixODBC-devel, as a package owning /usr/include/sql.h file. |
||
---|---|---|
.. | ||
build_configurations | ||
os | ||
abi_check.cmake | ||
bison.cmake | ||
build_depends.cmake | ||
bzip2.cmake | ||
cat.cmake | ||
character_sets.cmake | ||
check_compiler_flag.cmake | ||
check_minimal_version.cmake | ||
cmake_parse_arguments.cmake | ||
compile_flags.cmake | ||
configurable_file_content.in | ||
configure.pl | ||
cpack_deb.cmake | ||
cpack_rpm.cmake | ||
cpack_source_ignore_files.cmake | ||
CPackRPM.cmake | ||
cpu_info.cmake | ||
create_initial_db.cmake.in | ||
ctest.cmake | ||
do_abi_check.cmake | ||
dtrace.cmake | ||
dtrace_prelink.cmake | ||
for_clients.cmake | ||
info_bin.cmake | ||
info_macros.cmake.in | ||
info_src.cmake | ||
install_layout.cmake | ||
install_macros.cmake | ||
jemalloc.cmake | ||
libutils.cmake | ||
lz4.cmake | ||
lzma.cmake | ||
lzo.cmake | ||
maintainer.cmake | ||
make_dist.cmake.in | ||
merge_archives_unix.cmake.in | ||
mysql_add_executable.cmake | ||
mysql_version.cmake | ||
package_name.cmake | ||
pcre.cmake | ||
plugin.cmake | ||
readline.cmake | ||
sign.cmake.in | ||
snappy.cmake | ||
ssl.cmake | ||
stack_direction.c | ||
systemd.cmake | ||
tags.cmake | ||
versioninfo.rc.in | ||
win_compatibility.manifest | ||
wsrep.cmake | ||
zlib.cmake |