Tarantool development patches archive
 help / color / mirror / Atom feed
From: Olga Arkhangelskaia <arkholga@tarantool.org>
To: Igor Munkin <imun@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: Re: [Tarantool-patches] [PATCH] cmake: set CMP0037 policy to NEW by default
Date: Thu, 21 May 2020 18:33:06 +0300	[thread overview]
Message-ID: <cc96d61a-7bc5-e001-2e23-bf5d784921af@tarantool.org> (raw)
In-Reply-To: <20200427170936.GO11314@tarantool.org>

Hi Igor! Thanks for the review.

I did not get Sasha's approach. However, according to cmake 
documentations name test in

add_custom_target can be used if the modules CTest or CPAck is enabled.

https://cmake.org/cmake/help/latest/policy/CMP0037.html?highlight=cmp0037

So we just need to use NEW behaviour and cmake 3.11 and above.

See:

-if(POLICY CMP0037)
-    cmake_policy(SET CMP0037 OLD)
-endif(POLICY CMP0037)
-

+ if(POLICY CMP0037)
+    cmake_policy(SET CMP0037 NEW)
+ endif(POLICY CMP0037)
+


27.04.2020 20:09, Igor Munkin пишет:
> Olya,
>
> Thanks for the patch! Unfortunately, the changes don't fix the
> problem[1]. Did you find the approach provided by Sasha[2] wrong?
>
> On 16.03.20, Olga Arkhangelskaia wrote:
>> Remove setting old CMP0037 policy explicitly, it may be
>> removed in later versions of cmake.
>>
>> Closes #3587
>> ---
>> Branches: https://github.com/tarantool/tarantool/tree/OKriw/gh-3587-CMP0037-OLD-cmake-deprecation-warning-full-ci
>>
>>   test/CMakeLists.txt | 4 ----
>>   1 file changed, 4 deletions(-)
>>
>> diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
>> index 9b5df7dc5..61bf7d5e1 100644
>> --- a/test/CMakeLists.txt
>> +++ b/test/CMakeLists.txt
>> @@ -17,10 +17,6 @@ endfunction()
>>   add_compile_flags("C;CXX"
>>       "-Wno-unused-parameter")
>>   
>> -if(POLICY CMP0037)
>> -    cmake_policy(SET CMP0037 OLD)
>> -endif(POLICY CMP0037)
>> -
>>   add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/luajit-tap
>>       COMMAND ${CMAKE_COMMAND} -E create_symlink
>>           ${PROJECT_SOURCE_DIR}/third_party/luajit/test
>> -- 
>> 2.20.1 (Apple Git-117)
>>
> [1]: https://gitlab.com/tarantool/tarantool/-/jobs/472976392#L464
> [2]: https://github.com/tarantool/tarantool/issues/3587#issue-346204529
>

  reply	other threads:[~2020-05-21 15:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-16 12:15 Olga Arkhangelskaia
2020-04-27 17:09 ` Igor Munkin
2020-05-21 15:33   ` Olga Arkhangelskaia [this message]
2020-05-25 12:28     ` Igor Munkin
2020-05-25 16:19       ` Olga Arkhangelskaia
2020-05-26  8:59         ` Igor Munkin
2020-05-26  9:12           ` Igor Munkin
2020-05-27 10:17             ` Olga Arkhangelskaia
2020-05-27 10:15           ` Olga Arkhangelskaia
2020-06-14 22:22             ` Alexander Turenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cc96d61a-7bc5-e001-2e23-bf5d784921af@tarantool.org \
    --to=arkholga@tarantool.org \
    --cc=imun@tarantool.org \
    --cc=tarantool-patches@dev.tarantool.org \
    --subject='Re: [Tarantool-patches] [PATCH] cmake: set CMP0037 policy to NEW by default' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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