Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH luajit 0/2][v2] Fix CMake warning
@ 2024-06-18 12:00 Sergey Bronnikov via Tarantool-patches
  2024-06-18 12:00 ` [Tarantool-patches] [PATCH luajit 1/2][v2] cmake: set cmake_minimum_required only once Sergey Bronnikov via Tarantool-patches
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sergey Bronnikov via Tarantool-patches @ 2024-06-18 12:00 UTC (permalink / raw)
  To: tarantool-patches, Sergey Kaplun, Maxim Kokryashkin

From: Sergey Bronnikov <sergeyb@tarantool.org>

CMake produces annoying warning on configuration stage.
The patch fixes a warning.

Changes v2:
- Added a patch that removes cmake_minimum_require_version
  everywhere except a root CMakeLists.txt
- Updated <policy_max> in cmake_minimum_require_version
  in a root CMakeLists.txt

Branch: https://github.com/tarantool/luajit/tree/ligurio/fix-cmake-warnings
Patch v1: https://lists.tarantool.org/tarantool-patches/a3454f746afb9a8f6494921bb2e64695e26902d6.1711007599.git.sergeyb@tarantool.org/

Sergey Bronnikov (2):
  cmake: set cmake_minimum_required only once
  cmake: fix warning about minimum required version

 CMakeLists.txt                                 | 13 ++++++++++---
 etc/CMakeLists.txt                             |  3 ---
 src/CMakeLists.txt                             |  3 ---
 src/host/CMakeLists.txt                        |  3 ---
 test/CMakeLists.txt                            |  3 ---
 test/LuaJIT-tests/CMakeLists.txt               |  3 ---
 test/LuaJIT-tests/src/CMakeLists.txt           |  3 ---
 test/PUC-Rio-Lua-5.1-tests/CMakeLists.txt      |  3 ---
 test/PUC-Rio-Lua-5.1-tests/libs/CMakeLists.txt |  3 ---
 test/lua-Harness-tests/CMakeLists.txt          |  3 ---
 test/tarantool-tests/CMakeLists.txt            |  3 ---
 tools/CMakeLists.txt                           |  3 ---
 12 files changed, 10 insertions(+), 36 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-07-09  8:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-18 12:00 [Tarantool-patches] [PATCH luajit 0/2][v2] Fix CMake warning Sergey Bronnikov via Tarantool-patches
2024-06-18 12:00 ` [Tarantool-patches] [PATCH luajit 1/2][v2] cmake: set cmake_minimum_required only once Sergey Bronnikov via Tarantool-patches
2024-06-18 12:00 ` [Tarantool-patches] [PATCH luajit 2/2][v2] cmake: fix warning about minimum required version Sergey Bronnikov via Tarantool-patches
2024-06-20  7:02 ` [Tarantool-patches] [PATCH luajit 0/2][v2] Fix CMake warning Sergey Kaplun via Tarantool-patches
2024-07-09  8:06 ` Sergey Kaplun via Tarantool-patches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox