[CMake] CMake and manylinux Python Wheels

2018-08-31 Thread Seth G
Hi list, I'm in the process of updating some SWIG Python bindings for the opensource project MapServer. This uses CMake for the build process, and my latest version of CMakeLists can be seen at:

[CMake] Happy Birthday CMake!

2018-08-31 Thread Bill Hoffman
http://public.kitware.com/pipermail/insight-developers/2000-August/024248.html Thanks to everyone that has contributed or used CMake! -Bill -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various

Re: [CMake] creating a library from other one

2018-08-31 Thread Stéphane Ancelot
Le 31/08/2018 à 16:31, Eric Noulard a écrit : Le ven. 31 août 2018 à 15:59, Stéphane Ancelot mailto:sance...@numalliance.com>> a écrit : I ended with : add_custom_target(combined ALL    COMMAND ${CMAKE_AR} rc libcombined.a $ $) Quick & dirty :-) There is the "thin"

Re: [CMake] creating a library from other one

2018-08-31 Thread Stéphane Ancelot
I ended with : add_custom_target(combined ALL    COMMAND ${CMAKE_AR} rc libcombined.a $ $) Le 31/08/2018 à 15:24, Eric Noulard a écrit : First create OBJECT libraries instead of static Then create as many STATIC libraries as you want that includes as many OBJECT libraries content as you

[CMake] CMake 3.12 and changes in Visual Studio

2018-08-31 Thread Hendrik Sattler
Hi, in CMake <= 3.11, the CMakeLists.txt file that contains the target-creating call, e.g. add_library(), was automatically added to the target as visible file in the Solution Explorer. With CMake 3.12, this is suddenly not the case anymore. Anybody knows what happened? On purpose or on

Re: [CMake] CMake 3.12 and changes in Visual Studio

2018-08-31 Thread Hendrik Sattler
Zitat von Hendrik Sattler : Hi, in CMake <= 3.11, the CMakeLists.txt file that contains the target-creating call, e.g. add_library(), was automatically added to the target as visible file in the Solution Explorer. With CMake 3.12, this is suddenly not the case anymore. Anybody knows

[CMake] creating a library from other one

2018-08-31 Thread Stéphane Ancelot
Hi, I have got some static libraries generated, that  I would like to put in a common one. how can I proceed ? Regards, S.Ancelot -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services

Re: [CMake] creating a library from other one

2018-08-31 Thread Eric Noulard
First create OBJECT libraries instead of static Then create as many STATIC libraries as you want that includes as many OBJECT libraries content as you want. Le ven. 31 août 2018 à 15:17, Stéphane Ancelot a écrit : > Hi, > > I have got some static libraries generated, that I would like to put

Re: [CMake] creating a library from other one

2018-08-31 Thread Eric Noulard
Le ven. 31 août 2018 à 15:59, Stéphane Ancelot a écrit : > I ended with : > > add_custom_target(combined ALL >COMMAND ${CMAKE_AR} rc libcombined.a $ $ FILE:lib2>) > Quick & dirty :-) There is the "thin" option of ar as well:

[cmake-developers] Happy Birthday CMake!

2018-08-31 Thread Bill Hoffman
http://public.kitware.com/pipermail/insight-developers/2000-August/024248.html Thanks to everyone that has contributed or used CMake! -Bill -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various

[Cmake-commits] CMake branch, master, updated. v3.12.1-541-ged80d89

2018-08-31 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via ed80d89b98123b2bc2ca8033ebe758b29feb1367 (commit) via

[Cmake-commits] CMake branch, release, updated. v3.12.1-16-g80bb921

2018-08-31 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, release has been updated via 80bb9214dd6bac5c0d2e8eea04d111ee419a89fe (commit) via

[Cmake-commits] CMake branch, master, updated. v3.12.1-525-ge48a278

2018-08-31 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via e48a278cdcafbd40cf01533096859f646a87505b (commit) via

Re: [cmake-developers] Happy Birthday CMake!

2018-08-31 Thread Taylor Holberton
Looked at the log in reverse and found commit 077c31484 https://gitlab.kitware.com/cmake/cmake/tree/077c31484e216a72c73370c05fcf970ce5269085 Might be fun to build this again. On Fri, Aug 31, 2018 at 2:33 PM Bill Hoffman wrote: > >

[Cmake-commits] CMake branch, master, updated. v3.12.1-542-gef5022e

2018-08-31 Thread Kitware Robot
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index bcc291e..7fd50f7 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,5 +1,5 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 12) -set(CMake_VERSION_PATCH 20180831) +set(CMake_VER

[Cmake-commits] CMake branch, master, updated. v3.12.1-519-g16225c2

2018-08-31 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 16225c28d09c9ec220ed481dc2a4567bcdc02639 (commit) via