From b05c9dfcf90ee9b7da28c77cea1ebc5fbe60638b Mon Sep 17 00:00:00 2001 From: Luke Chen Date: Tue, 11 Jan 2022 12:07:50 +1100 Subject: Import wiredtiger: 5fa87bff79eda9bb4cf1d025f3f22f04138823de from branch mongodb-5.2 ref: f9db14cbb0..5fa87bff79 for: 5.2.0-rc5 WT-7944 Remove Copyright Headers in CMake Files --- .../cmake/configs/aarch64/linux/config.cmake | 7 ------ .../wiredtiger/cmake/configs/auto.cmake | 8 ------- .../wiredtiger/cmake/configs/base.cmake | 8 ------- .../wiredtiger/cmake/configs/modes.cmake | 8 ------- .../cmake/configs/ppc64le/linux/config.cmake | 8 ------- .../cmake/configs/riscv64/linux/config.cmake | 7 ------ .../cmake/configs/s390x/linux/config.cmake | 8 ------- .../cmake/configs/x86/darwin/config.cmake | 8 ------- .../cmake/configs/x86/linux/config.cmake | 8 ------- .../cmake/configs/x86/netbsd/config.cmake | 8 ------- .../cmake/configs/x86/windows/config.cmake | 8 ------- .../wiredtiger/cmake/define_libwiredtiger.cmake | 8 ------- src/third_party/wiredtiger/cmake/helpers.cmake | 8 ------- .../wiredtiger/cmake/install/install.cmake | 8 ------- .../wiredtiger/cmake/strict/cl_strict.cmake | 8 ------- .../wiredtiger/cmake/strict/clang_strict.cmake | 8 ------- .../wiredtiger/cmake/strict/clangxx_strict.cmake | 8 ------- .../wiredtiger/cmake/strict/clxx_strict.cmake | 8 ------- .../wiredtiger/cmake/strict/gcc_strict.cmake | 8 ------- .../wiredtiger/cmake/strict/gxx_strict.cmake | 8 ------- .../cmake/strict/strict_flags_helpers.cmake | 8 ------- .../wiredtiger/cmake/third_party/gperftools.cmake | 28 ---------------------- .../wiredtiger/cmake/third_party/lz4.cmake | 28 ---------------------- .../wiredtiger/cmake/third_party/snappy.cmake | 28 ---------------------- .../wiredtiger/cmake/third_party/sodium.cmake | 28 ---------------------- .../wiredtiger/cmake/third_party/zlib.cmake | 28 ---------------------- .../wiredtiger/cmake/third_party/zstd.cmake | 28 ---------------------- .../toolchains/aarch64/linux/plat_clang.cmake | 8 ------- .../cmake/toolchains/aarch64/linux/plat_gcc.cmake | 8 ------- .../wiredtiger/cmake/toolchains/cl.cmake | 8 ------- .../wiredtiger/cmake/toolchains/clang.cmake | 8 ------- .../wiredtiger/cmake/toolchains/gcc.cmake | 8 ------- .../toolchains/mongodbtoolchain_v3_clang.cmake | 8 ------- .../cmake/toolchains/mongodbtoolchain_v3_gcc.cmake | 8 ------- .../toolchains/ppc64le/linux/plat_clang.cmake | 8 ------- .../cmake/toolchains/ppc64le/linux/plat_gcc.cmake | 8 ------- .../toolchains/riscv64/linux/plat_clang.cmake | 8 ------- .../cmake/toolchains/riscv64/linux/plat_gcc.cmake | 8 ------- .../cmake/toolchains/s390x/linux/plat_clang.cmake | 8 ------- .../cmake/toolchains/s390x/linux/plat_gcc.cmake | 8 ------- .../cmake/toolchains/x86/darwin/plat_clang.cmake | 8 ------- .../cmake/toolchains/x86/darwin/plat_gcc.cmake | 8 ------- .../cmake/toolchains/x86/linux/plat_clang.cmake | 8 ------- .../cmake/toolchains/x86/linux/plat_gcc.cmake | 8 ------- src/third_party/wiredtiger/import.data | 2 +- .../wiredtiger/test/ctest_dir_sync.cmake | 28 ---------------------- .../wiredtiger/test/ctest_helpers.cmake | 28 ---------------------- 47 files changed, 1 insertion(+), 527 deletions(-) diff --git a/src/third_party/wiredtiger/cmake/configs/aarch64/linux/config.cmake b/src/third_party/wiredtiger/cmake/configs/aarch64/linux/config.cmake index 94447ac9ca8..a72bfe0f465 100644 --- a/src/third_party/wiredtiger/cmake/configs/aarch64/linux/config.cmake +++ b/src/third_party/wiredtiger/cmake/configs/aarch64/linux/config.cmake @@ -1,10 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information -# include(CheckCCompilerFlag) set(WT_ARCH "aarch64" CACHE STRING "") diff --git a/src/third_party/wiredtiger/cmake/configs/auto.cmake b/src/third_party/wiredtiger/cmake/configs/auto.cmake index 5b59949c4c7..fec091a6cf5 100644 --- a/src/third_party/wiredtiger/cmake/configs/auto.cmake +++ b/src/third_party/wiredtiger/cmake/configs/auto.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information -# - include(cmake/helpers.cmake) ### Auto configure options and checks that we can infer from our toolchain environment. diff --git a/src/third_party/wiredtiger/cmake/configs/base.cmake b/src/third_party/wiredtiger/cmake/configs/base.cmake index 10edeed27c0..cadb68b3f37 100644 --- a/src/third_party/wiredtiger/cmake/configs/base.cmake +++ b/src/third_party/wiredtiger/cmake/configs/base.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information -# - include(cmake/helpers.cmake) include(cmake/configs/version.cmake) diff --git a/src/third_party/wiredtiger/cmake/configs/modes.cmake b/src/third_party/wiredtiger/cmake/configs/modes.cmake index c4a1ba7c0f7..ee2a265742e 100644 --- a/src/third_party/wiredtiger/cmake/configs/modes.cmake +++ b/src/third_party/wiredtiger/cmake/configs/modes.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information -# - # Establishes build configuration modes we can use when compiling. include(CheckCCompilerFlag) diff --git a/src/third_party/wiredtiger/cmake/configs/ppc64le/linux/config.cmake b/src/third_party/wiredtiger/cmake/configs/ppc64le/linux/config.cmake index 45d7e9c9c3e..e4388a36035 100644 --- a/src/third_party/wiredtiger/cmake/configs/ppc64le/linux/config.cmake +++ b/src/third_party/wiredtiger/cmake/configs/ppc64le/linux/config.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information -# - set(WT_ARCH "ppc64le" CACHE STRING "") set(WT_OS "linux" CACHE STRING "") set(WT_POSIX ON CACHE BOOL "") diff --git a/src/third_party/wiredtiger/cmake/configs/riscv64/linux/config.cmake b/src/third_party/wiredtiger/cmake/configs/riscv64/linux/config.cmake index d6d25cf2603..edf5c338b32 100644 --- a/src/third_party/wiredtiger/cmake/configs/riscv64/linux/config.cmake +++ b/src/third_party/wiredtiger/cmake/configs/riscv64/linux/config.cmake @@ -1,10 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information -# include(CheckCCompilerFlag) set(WT_ARCH "riscv64" CACHE STRING "") diff --git a/src/third_party/wiredtiger/cmake/configs/s390x/linux/config.cmake b/src/third_party/wiredtiger/cmake/configs/s390x/linux/config.cmake index 639da9f297e..ceb842b3f62 100644 --- a/src/third_party/wiredtiger/cmake/configs/s390x/linux/config.cmake +++ b/src/third_party/wiredtiger/cmake/configs/s390x/linux/config.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information -# - set(WT_ARCH "s390x" CACHE STRING "") set(WT_OS "linux" CACHE STRING "") set(WT_POSIX ON CACHE BOOL "") diff --git a/src/third_party/wiredtiger/cmake/configs/x86/darwin/config.cmake b/src/third_party/wiredtiger/cmake/configs/x86/darwin/config.cmake index 2d3f7ead67a..af930bc808b 100644 --- a/src/third_party/wiredtiger/cmake/configs/x86/darwin/config.cmake +++ b/src/third_party/wiredtiger/cmake/configs/x86/darwin/config.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information -# - set(WT_ARCH "x86" CACHE STRING "") set(WT_OS "darwin" CACHE STRING "") set(WT_POSIX ON CACHE BOOL "") diff --git a/src/third_party/wiredtiger/cmake/configs/x86/linux/config.cmake b/src/third_party/wiredtiger/cmake/configs/x86/linux/config.cmake index 4cd2d6882e4..159c2a9ed70 100644 --- a/src/third_party/wiredtiger/cmake/configs/x86/linux/config.cmake +++ b/src/third_party/wiredtiger/cmake/configs/x86/linux/config.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information -# - set(WT_ARCH "x86" CACHE STRING "") set(WT_OS "linux" CACHE STRING "") set(WT_POSIX ON CACHE BOOL "") diff --git a/src/third_party/wiredtiger/cmake/configs/x86/netbsd/config.cmake b/src/third_party/wiredtiger/cmake/configs/x86/netbsd/config.cmake index f307d3b0110..4317bc6636d 100644 --- a/src/third_party/wiredtiger/cmake/configs/x86/netbsd/config.cmake +++ b/src/third_party/wiredtiger/cmake/configs/x86/netbsd/config.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information -# - set(WT_ARCH "x86" CACHE STRING "") set(WT_OS "netbsd" CACHE STRING "") set(WT_POSIX ON CACHE BOOL "") diff --git a/src/third_party/wiredtiger/cmake/configs/x86/windows/config.cmake b/src/third_party/wiredtiger/cmake/configs/x86/windows/config.cmake index 0cce82d1b8e..e20814a2b35 100644 --- a/src/third_party/wiredtiger/cmake/configs/x86/windows/config.cmake +++ b/src/third_party/wiredtiger/cmake/configs/x86/windows/config.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information -# - set(WT_ARCH "x86" CACHE STRING "") set(WT_OS "windows" CACHE STRING "") set(WT_POSIX OFF CACHE BOOL "") diff --git a/src/third_party/wiredtiger/cmake/define_libwiredtiger.cmake b/src/third_party/wiredtiger/cmake/define_libwiredtiger.cmake index d477aaa0820..e7948d517ca 100644 --- a/src/third_party/wiredtiger/cmake/define_libwiredtiger.cmake +++ b/src/third_party/wiredtiger/cmake/define_libwiredtiger.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information -# - # define_wiredtiger_library(target type) # A helper that defines a wiredtiger library target. This defining a set of common targets and properties we # want to be associated to any given 'libwiredtiger' target. Having this as a macro allows us to de-duplicate common diff --git a/src/third_party/wiredtiger/cmake/helpers.cmake b/src/third_party/wiredtiger/cmake/helpers.cmake index bf450593338..6155cb8b1ab 100644 --- a/src/third_party/wiredtiger/cmake/helpers.cmake +++ b/src/third_party/wiredtiger/cmake/helpers.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information -# - include(CheckIncludeFiles) include(CheckSymbolExists) include(CheckLibraryExists) diff --git a/src/third_party/wiredtiger/cmake/install/install.cmake b/src/third_party/wiredtiger/cmake/install/install.cmake index 3bf5d313a7f..9944e390473 100644 --- a/src/third_party/wiredtiger/cmake/install/install.cmake +++ b/src/third_party/wiredtiger/cmake/install/install.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information -# - include(GNUInstallDirs) # Library installs diff --git a/src/third_party/wiredtiger/cmake/strict/cl_strict.cmake b/src/third_party/wiredtiger/cmake/strict/cl_strict.cmake index 12607dd64e9..b59aab3775f 100644 --- a/src/third_party/wiredtiger/cmake/strict/cl_strict.cmake +++ b/src/third_party/wiredtiger/cmake/strict/cl_strict.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - include(cmake/strict/strict_flags_helpers.cmake) # Get common CL flags. diff --git a/src/third_party/wiredtiger/cmake/strict/clang_strict.cmake b/src/third_party/wiredtiger/cmake/strict/clang_strict.cmake index 676f9483405..47f475466f1 100644 --- a/src/third_party/wiredtiger/cmake/strict/clang_strict.cmake +++ b/src/third_party/wiredtiger/cmake/strict/clang_strict.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - include(cmake/strict/strict_flags_helpers.cmake) # Get common CLANG flags. diff --git a/src/third_party/wiredtiger/cmake/strict/clangxx_strict.cmake b/src/third_party/wiredtiger/cmake/strict/clangxx_strict.cmake index 3533c55cdb1..d3e85e46ae2 100644 --- a/src/third_party/wiredtiger/cmake/strict/clangxx_strict.cmake +++ b/src/third_party/wiredtiger/cmake/strict/clangxx_strict.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - include(cmake/strict/strict_flags_helpers.cmake) # Get common CLANG flags. diff --git a/src/third_party/wiredtiger/cmake/strict/clxx_strict.cmake b/src/third_party/wiredtiger/cmake/strict/clxx_strict.cmake index af799922c7c..3662a2d768f 100644 --- a/src/third_party/wiredtiger/cmake/strict/clxx_strict.cmake +++ b/src/third_party/wiredtiger/cmake/strict/clxx_strict.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - include(cmake/strict/strict_flags_helpers.cmake) # Get common CL flags. diff --git a/src/third_party/wiredtiger/cmake/strict/gcc_strict.cmake b/src/third_party/wiredtiger/cmake/strict/gcc_strict.cmake index 5a894fcd595..56b5a227a79 100644 --- a/src/third_party/wiredtiger/cmake/strict/gcc_strict.cmake +++ b/src/third_party/wiredtiger/cmake/strict/gcc_strict.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - include(cmake/strict/strict_flags_helpers.cmake) # Get common GNU flags. diff --git a/src/third_party/wiredtiger/cmake/strict/gxx_strict.cmake b/src/third_party/wiredtiger/cmake/strict/gxx_strict.cmake index 81d205a3b88..f50f8f3209d 100644 --- a/src/third_party/wiredtiger/cmake/strict/gxx_strict.cmake +++ b/src/third_party/wiredtiger/cmake/strict/gxx_strict.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - include(cmake/strict/strict_flags_helpers.cmake) # Get common GNU flags. diff --git a/src/third_party/wiredtiger/cmake/strict/strict_flags_helpers.cmake b/src/third_party/wiredtiger/cmake/strict/strict_flags_helpers.cmake index ac356618276..eaa3d2f9fc8 100644 --- a/src/third_party/wiredtiger/cmake/strict/strict_flags_helpers.cmake +++ b/src/third_party/wiredtiger/cmake/strict/strict_flags_helpers.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information -# - # get_gnu_base_flags(flags) # Helper function that generates a set of common GNU flags for a given language. # flags - list of flags. diff --git a/src/third_party/wiredtiger/cmake/third_party/gperftools.cmake b/src/third_party/wiredtiger/cmake/third_party/gperftools.cmake index 1062050f9b1..293a71b6e7e 100644 --- a/src/third_party/wiredtiger/cmake/third_party/gperftools.cmake +++ b/src/third_party/wiredtiger/cmake/third_party/gperftools.cmake @@ -1,31 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# -# This is free and unencumbered software released into the public domain. -# -# Anyone is free to copy, modify, publish, use, compile, sell, or -# distribute this software, either in source code form or as a compiled -# binary, for any purpose, commercial or non-commercial, and by any -# means. -# -# In jurisdictions that recognize copyright laws, the author or authors -# of this software dedicate any and all copyright interest in the -# software to the public domain. We make this dedication for the benefit -# of the public at large and to the detriment of our heirs and -# successors. We intend this dedication to be an overt act of -# relinquishment in perpetuity of all present and future rights to this -# software under copyright law. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -# IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR -# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -# OTHER DEALINGS IN THE SOFTWARE. -# - if(NOT HAVE_LIBTCMALLOC) # We don't need to construct a tcmalloc library target. return() diff --git a/src/third_party/wiredtiger/cmake/third_party/lz4.cmake b/src/third_party/wiredtiger/cmake/third_party/lz4.cmake index 55653a0c8ed..f140f8580f2 100644 --- a/src/third_party/wiredtiger/cmake/third_party/lz4.cmake +++ b/src/third_party/wiredtiger/cmake/third_party/lz4.cmake @@ -1,31 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# -# This is free and unencumbered software released into the public domain. -# -# Anyone is free to copy, modify, publish, use, compile, sell, or -# distribute this software, either in source code form or as a compiled -# binary, for any purpose, commercial or non-commercial, and by any -# means. -# -# In jurisdictions that recognize copyright laws, the author or authors -# of this software dedicate any and all copyright interest in the -# software to the public domain. We make this dedication for the benefit -# of the public at large and to the detriment of our heirs and -# successors. We intend this dedication to be an overt act of -# relinquishment in perpetuity of all present and future rights to this -# software under copyright law. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -# IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR -# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -# OTHER DEALINGS IN THE SOFTWARE. -# - if(NOT HAVE_LIBLZ4) # We don't need to construct a lz4 library target. return() diff --git a/src/third_party/wiredtiger/cmake/third_party/snappy.cmake b/src/third_party/wiredtiger/cmake/third_party/snappy.cmake index a7c3bc8540b..55d631203f1 100644 --- a/src/third_party/wiredtiger/cmake/third_party/snappy.cmake +++ b/src/third_party/wiredtiger/cmake/third_party/snappy.cmake @@ -1,31 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# -# This is free and unencumbered software released into the public domain. -# -# Anyone is free to copy, modify, publish, use, compile, sell, or -# distribute this software, either in source code form or as a compiled -# binary, for any purpose, commercial or non-commercial, and by any -# means. -# -# In jurisdictions that recognize copyright laws, the author or authors -# of this software dedicate any and all copyright interest in the -# software to the public domain. We make this dedication for the benefit -# of the public at large and to the detriment of our heirs and -# successors. We intend this dedication to be an overt act of -# relinquishment in perpetuity of all present and future rights to this -# software under copyright law. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -# IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR -# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -# OTHER DEALINGS IN THE SOFTWARE. -# - if(NOT HAVE_LIBSNAPPY) # We don't need to construct a snappy library target. return() diff --git a/src/third_party/wiredtiger/cmake/third_party/sodium.cmake b/src/third_party/wiredtiger/cmake/third_party/sodium.cmake index 4def57766e7..ef8bf6e39c5 100644 --- a/src/third_party/wiredtiger/cmake/third_party/sodium.cmake +++ b/src/third_party/wiredtiger/cmake/third_party/sodium.cmake @@ -1,31 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# -# This is free and unencumbered software released into the public domain. -# -# Anyone is free to copy, modify, publish, use, compile, sell, or -# distribute this software, either in source code form or as a compiled -# binary, for any purpose, commercial or non-commercial, and by any -# means. -# -# In jurisdictions that recognize copyright laws, the author or authors -# of this software dedicate any and all copyright interest in the -# software to the public domain. We make this dedication for the benefit -# of the public at large and to the detriment of our heirs and -# successors. We intend this dedication to be an overt act of -# relinquishment in perpetuity of all present and future rights to this -# software under copyright law. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -# IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR -# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -# OTHER DEALINGS IN THE SOFTWARE. -# - if(NOT HAVE_LIBSODIUM) # We don't need to construct a sodium library target. return() diff --git a/src/third_party/wiredtiger/cmake/third_party/zlib.cmake b/src/third_party/wiredtiger/cmake/third_party/zlib.cmake index b3b89fd8498..095ff1d321e 100644 --- a/src/third_party/wiredtiger/cmake/third_party/zlib.cmake +++ b/src/third_party/wiredtiger/cmake/third_party/zlib.cmake @@ -1,31 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# -# This is free and unencumbered software released into the public domain. -# -# Anyone is free to copy, modify, publish, use, compile, sell, or -# distribute this software, either in source code form or as a compiled -# binary, for any purpose, commercial or non-commercial, and by any -# means. -# -# In jurisdictions that recognize copyright laws, the author or authors -# of this software dedicate any and all copyright interest in the -# software to the public domain. We make this dedication for the benefit -# of the public at large and to the detriment of our heirs and -# successors. We intend this dedication to be an overt act of -# relinquishment in perpetuity of all present and future rights to this -# software under copyright law. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -# IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR -# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -# OTHER DEALINGS IN THE SOFTWARE. -# - if(NOT HAVE_LIBZ) # We don't need to construct a zlib library target. return() diff --git a/src/third_party/wiredtiger/cmake/third_party/zstd.cmake b/src/third_party/wiredtiger/cmake/third_party/zstd.cmake index 3f25c158e7d..01dbdcdcae4 100644 --- a/src/third_party/wiredtiger/cmake/third_party/zstd.cmake +++ b/src/third_party/wiredtiger/cmake/third_party/zstd.cmake @@ -1,31 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# -# This is free and unencumbered software released into the public domain. -# -# Anyone is free to copy, modify, publish, use, compile, sell, or -# distribute this software, either in source code form or as a compiled -# binary, for any purpose, commercial or non-commercial, and by any -# means. -# -# In jurisdictions that recognize copyright laws, the author or authors -# of this software dedicate any and all copyright interest in the -# software to the public domain. We make this dedication for the benefit -# of the public at large and to the detriment of our heirs and -# successors. We intend this dedication to be an overt act of -# relinquishment in perpetuity of all present and future rights to this -# software under copyright law. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -# IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR -# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -# OTHER DEALINGS IN THE SOFTWARE. -# - if(NOT HAVE_LIBZSTD) # We don't need to construct a zstd library target. return() diff --git a/src/third_party/wiredtiger/cmake/toolchains/aarch64/linux/plat_clang.cmake b/src/third_party/wiredtiger/cmake/toolchains/aarch64/linux/plat_clang.cmake index 98cc2a8892b..e3697896352 100644 --- a/src/third_party/wiredtiger/cmake/toolchains/aarch64/linux/plat_clang.cmake +++ b/src/third_party/wiredtiger/cmake/toolchains/aarch64/linux/plat_clang.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - if(CMAKE_CROSSCOMPILING) set(TRIPLE_TARGET "aarch64-unknown-linux-gnu") set(CROSS_COMPILER_PREFIX ${TRIPLE_TARGET}-) diff --git a/src/third_party/wiredtiger/cmake/toolchains/aarch64/linux/plat_gcc.cmake b/src/third_party/wiredtiger/cmake/toolchains/aarch64/linux/plat_gcc.cmake index b82bbfe9b94..671147fc2b5 100644 --- a/src/third_party/wiredtiger/cmake/toolchains/aarch64/linux/plat_gcc.cmake +++ b/src/third_party/wiredtiger/cmake/toolchains/aarch64/linux/plat_gcc.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - if(CMAKE_CROSSCOMPILING) set(CROSS_COMPILER_PREFIX "aarch64-linux-gnu-") endif() diff --git a/src/third_party/wiredtiger/cmake/toolchains/cl.cmake b/src/third_party/wiredtiger/cmake/toolchains/cl.cmake index d6467238ce3..078f8629fe8 100644 --- a/src/third_party/wiredtiger/cmake/toolchains/cl.cmake +++ b/src/third_party/wiredtiger/cmake/toolchains/cl.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - cmake_minimum_required(VERSION 3.10.0) set(CMAKE_C_COMPILER "cl.exe") diff --git a/src/third_party/wiredtiger/cmake/toolchains/clang.cmake b/src/third_party/wiredtiger/cmake/toolchains/clang.cmake index 8b6e1158d4d..0e4867fdc42 100644 --- a/src/third_party/wiredtiger/cmake/toolchains/clang.cmake +++ b/src/third_party/wiredtiger/cmake/toolchains/clang.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - cmake_minimum_required(VERSION 3.10.0) set(C_COMPILER_VERSION_SUFFIX) diff --git a/src/third_party/wiredtiger/cmake/toolchains/gcc.cmake b/src/third_party/wiredtiger/cmake/toolchains/gcc.cmake index 29939945ca3..7ea39452440 100644 --- a/src/third_party/wiredtiger/cmake/toolchains/gcc.cmake +++ b/src/third_party/wiredtiger/cmake/toolchains/gcc.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - cmake_minimum_required(VERSION 3.10.0) if(NOT "${COMPILE_DEFINITIONS}" STREQUAL "") diff --git a/src/third_party/wiredtiger/cmake/toolchains/mongodbtoolchain_v3_clang.cmake b/src/third_party/wiredtiger/cmake/toolchains/mongodbtoolchain_v3_clang.cmake index 2353ba1b7f7..f73ec91033c 100644 --- a/src/third_party/wiredtiger/cmake/toolchains/mongodbtoolchain_v3_clang.cmake +++ b/src/third_party/wiredtiger/cmake/toolchains/mongodbtoolchain_v3_clang.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - cmake_minimum_required(VERSION 3.10.0) if(NOT TOOLCHAIN_ROOT) diff --git a/src/third_party/wiredtiger/cmake/toolchains/mongodbtoolchain_v3_gcc.cmake b/src/third_party/wiredtiger/cmake/toolchains/mongodbtoolchain_v3_gcc.cmake index 136d4a33f4f..9567f35a6e1 100644 --- a/src/third_party/wiredtiger/cmake/toolchains/mongodbtoolchain_v3_gcc.cmake +++ b/src/third_party/wiredtiger/cmake/toolchains/mongodbtoolchain_v3_gcc.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - cmake_minimum_required(VERSION 3.10.0) if(NOT TOOLCHAIN_ROOT) diff --git a/src/third_party/wiredtiger/cmake/toolchains/ppc64le/linux/plat_clang.cmake b/src/third_party/wiredtiger/cmake/toolchains/ppc64le/linux/plat_clang.cmake index f03d4fdbd97..5fd99a7e855 100644 --- a/src/third_party/wiredtiger/cmake/toolchains/ppc64le/linux/plat_clang.cmake +++ b/src/third_party/wiredtiger/cmake/toolchains/ppc64le/linux/plat_clang.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - if(CMAKE_CROSSCOMPILING) set(TRIPLE_TARGET "powerpc64le-unknown-linux-gnu") set(CROSS_COMPILER_PREFIX ${TRIPLE_TARGET}-) diff --git a/src/third_party/wiredtiger/cmake/toolchains/ppc64le/linux/plat_gcc.cmake b/src/third_party/wiredtiger/cmake/toolchains/ppc64le/linux/plat_gcc.cmake index 47e706c0d39..37751ea3640 100644 --- a/src/third_party/wiredtiger/cmake/toolchains/ppc64le/linux/plat_gcc.cmake +++ b/src/third_party/wiredtiger/cmake/toolchains/ppc64le/linux/plat_gcc.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - if(CMAKE_CROSSCOMPILING) set(CROSS_COMPILER_PEFIX "powerpc64le-linux-gnu-") endif() diff --git a/src/third_party/wiredtiger/cmake/toolchains/riscv64/linux/plat_clang.cmake b/src/third_party/wiredtiger/cmake/toolchains/riscv64/linux/plat_clang.cmake index febc5a4479e..d111ddc3fee 100644 --- a/src/third_party/wiredtiger/cmake/toolchains/riscv64/linux/plat_clang.cmake +++ b/src/third_party/wiredtiger/cmake/toolchains/riscv64/linux/plat_clang.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - if(CMAKE_CROSSCOMPILING) set(TRIPLE_TARGET "riscv64-unknown-linux-gnu") set(CROSS_COMPILER_PREFIX ${TRIPLE_TARGET}-) diff --git a/src/third_party/wiredtiger/cmake/toolchains/riscv64/linux/plat_gcc.cmake b/src/third_party/wiredtiger/cmake/toolchains/riscv64/linux/plat_gcc.cmake index 3d0f3352aef..ed4200a1d8b 100644 --- a/src/third_party/wiredtiger/cmake/toolchains/riscv64/linux/plat_gcc.cmake +++ b/src/third_party/wiredtiger/cmake/toolchains/riscv64/linux/plat_gcc.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - if(CMAKE_CROSSCOMPILING) set(CROSS_COMPILER_PREFIX "riscv64-linux-gnu-") endif() diff --git a/src/third_party/wiredtiger/cmake/toolchains/s390x/linux/plat_clang.cmake b/src/third_party/wiredtiger/cmake/toolchains/s390x/linux/plat_clang.cmake index f643b9c8df8..0b10c02207d 100644 --- a/src/third_party/wiredtiger/cmake/toolchains/s390x/linux/plat_clang.cmake +++ b/src/third_party/wiredtiger/cmake/toolchains/s390x/linux/plat_clang.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - if(CMAKE_CROSSCOMPILING) set(TRIPLE_TARGET "s390x-ibm-linux-gnu") set(CROSS_COMPILER_PREFIX ${TRIPLE_TARGET}-) diff --git a/src/third_party/wiredtiger/cmake/toolchains/s390x/linux/plat_gcc.cmake b/src/third_party/wiredtiger/cmake/toolchains/s390x/linux/plat_gcc.cmake index abfff342dfb..859e7647102 100644 --- a/src/third_party/wiredtiger/cmake/toolchains/s390x/linux/plat_gcc.cmake +++ b/src/third_party/wiredtiger/cmake/toolchains/s390x/linux/plat_gcc.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - if(CMAKE_CROSSCOMPILING) set(CROSS_COMPILER_PEFIX "s390x-linux-gnu-") endif() diff --git a/src/third_party/wiredtiger/cmake/toolchains/x86/darwin/plat_clang.cmake b/src/third_party/wiredtiger/cmake/toolchains/x86/darwin/plat_clang.cmake index e7130be256f..8382c95f250 100644 --- a/src/third_party/wiredtiger/cmake/toolchains/x86/darwin/plat_clang.cmake +++ b/src/third_party/wiredtiger/cmake/toolchains/x86/darwin/plat_clang.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - if(CMAKE_CROSSCOMPILING) set(TRIPLE_TARGET "x86_64-apple-darwin") set(CROSS_COMPILER_PREFIX ${TRIPLE_TARGET}-) diff --git a/src/third_party/wiredtiger/cmake/toolchains/x86/darwin/plat_gcc.cmake b/src/third_party/wiredtiger/cmake/toolchains/x86/darwin/plat_gcc.cmake index 7a463e46d96..e985e1ae291 100644 --- a/src/third_party/wiredtiger/cmake/toolchains/x86/darwin/plat_gcc.cmake +++ b/src/third_party/wiredtiger/cmake/toolchains/x86/darwin/plat_gcc.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - # We are not cross-compiling if our system is Darwin, hence the "x86_64-apple-darwin-" # prefix is not necessary when we are not cross-compiling. Just default to the host # installed 'gcc' binary. diff --git a/src/third_party/wiredtiger/cmake/toolchains/x86/linux/plat_clang.cmake b/src/third_party/wiredtiger/cmake/toolchains/x86/linux/plat_clang.cmake index 126a3a1bbbe..6ac037bb0fa 100644 --- a/src/third_party/wiredtiger/cmake/toolchains/x86/linux/plat_clang.cmake +++ b/src/third_party/wiredtiger/cmake/toolchains/x86/linux/plat_clang.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - if(CMAKE_CROSSCOMPILING) set(TRIPLE_TARGET "x86_64-pc-linux-gnu") set(CROSS_COMPILER_PREFIX ${TRIPLE_TARGET}-) diff --git a/src/third_party/wiredtiger/cmake/toolchains/x86/linux/plat_gcc.cmake b/src/third_party/wiredtiger/cmake/toolchains/x86/linux/plat_gcc.cmake index 2b36fb667d5..b34bdcf86f3 100644 --- a/src/third_party/wiredtiger/cmake/toolchains/x86/linux/plat_gcc.cmake +++ b/src/third_party/wiredtiger/cmake/toolchains/x86/linux/plat_gcc.cmake @@ -1,11 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# All rights reserved. -# -# See the file LICENSE for redistribution information. -# - if(CMAKE_CROSSCOMPILING) set(CROSS_COMPILER_PREFIX "x86_64-linux-gnu-") endif() diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data index a1d3c940d22..ebbed6d9d99 100644 --- a/src/third_party/wiredtiger/import.data +++ b/src/third_party/wiredtiger/import.data @@ -2,5 +2,5 @@ "vendor": "wiredtiger", "github": "wiredtiger/wiredtiger.git", "branch": "mongodb-5.2", - "commit": "f9db14cbb0d07554e1e162e15b2504fd0f1c14d4" + "commit": "5fa87bff79eda9bb4cf1d025f3f22f04138823de" } diff --git a/src/third_party/wiredtiger/test/ctest_dir_sync.cmake b/src/third_party/wiredtiger/test/ctest_dir_sync.cmake index c15f6e336ec..d485b08de40 100644 --- a/src/third_party/wiredtiger/test/ctest_dir_sync.cmake +++ b/src/third_party/wiredtiger/test/ctest_dir_sync.cmake @@ -1,31 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# -# This is free and unencumbered software released into the public domain. -# -# Anyone is free to copy, modify, publish, use, compile, sell, or -# distribute this software, either in source code form or as a compiled -# binary, for any purpose, commercial or non-commercial, and by any -# means. -# -# In jurisdictions that recognize copyright laws, the author or authors -# of this software dedicate any and all copyright interest in the -# software to the public domain. We make this dedication for the benefit -# of the public at large and to the detriment of our heirs and -# successors. We intend this dedication to be an overt act of -# relinquishment in perpetuity of all present and future rights to this -# software under copyright law. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -# IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR -# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -# OTHER DEALINGS IN THE SOFTWARE. -# - cmake_minimum_required(VERSION 3.10.0) if(NOT SYNC_DIR_SRC) diff --git a/src/third_party/wiredtiger/test/ctest_helpers.cmake b/src/third_party/wiredtiger/test/ctest_helpers.cmake index ea87b6f4015..23b00f9305e 100644 --- a/src/third_party/wiredtiger/test/ctest_helpers.cmake +++ b/src/third_party/wiredtiger/test/ctest_helpers.cmake @@ -1,31 +1,3 @@ -# -# Public Domain 2014-present MongoDB, Inc. -# Public Domain 2008-2014 WiredTiger, Inc. -# -# This is free and unencumbered software released into the public domain. -# -# Anyone is free to copy, modify, publish, use, compile, sell, or -# distribute this software, either in source code form or as a compiled -# binary, for any purpose, commercial or non-commercial, and by any -# means. -# -# In jurisdictions that recognize copyright laws, the author or authors -# of this software dedicate any and all copyright interest in the -# software to the public domain. We make this dedication for the benefit -# of the public at large and to the detriment of our heirs and -# successors. We intend this dedication to be an overt act of -# relinquishment in perpetuity of all present and future rights to this -# software under copyright law. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -# IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR -# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -# OTHER DEALINGS IN THE SOFTWARE. -# - # create_test_executable(target SOURCES [EXECUTABLE_NAME ] [BINARY_DIR ] [INCLUDES ] # [ADDITIONAL_FILES ] [ADDITIONAL_DIRECTORIES ] [LIBS ] [FLAGS ]) # Defines a C/CXX test executable binary. This helper does the necessary initialisation to ensure the correct flags and libraries -- cgit v1.2.1