[Csnd-dev] CMake
Date | 2018-09-24 13:19 |
From | John |
Subject | [Csnd-dev] CMake |
I am seeing messages like CMake Deprecation Warning at /usr/share/cmake/Modules/UseSWIG.cmake:231 (message): SWIG_ADD_MODULE is deprecated. Use SWIG_ADD_LIBRARY instead. Can/should this be fixed? |
Date | 2018-09-24 14:03 |
From | Felipe Sateler |
Subject | Re: [Csnd-dev] CMake |
It depends on the minimum version of cmake that csound wants to support. This macro was introduced in v3.8[1], so systems with cmake versions less than that would not work. On Mon, Sep 24, 2018 at 9:20 AM John <jpff@codemist.co.uk> wrote: I am seeing messages like Saludos, Felipe Sateler |
Date | 2018-09-24 14:08 |
From | jpff |
Subject | Re: [Csnd-dev] CMake |
OK; I will just ignore the message On Mon, 24 Sep 2018, Felipe Sateler wrote: > It depends on the minimum version of cmake that csound wants to support. This > macro was introduced in v3.8[1], so systems with cmake versions less than that > would not work. > > > [1] https://cmake.org/cmake/help/v3.8/module/UseSWIG.html > https://cmake.org/cmake/help/v3.7/module/UseSWIG.html > > On Mon, Sep 24, 2018 at 9:20 AM John |