[CMake] Android project with CMake and Visual Studio and without Nsight Tegra

2018-08-09 Thread Roman Wüger
Hello, is it somehow possible to build an Android project with CMake and Visual Studio without the Nsight Tegra Visual Studio Edition? Because the installation of NVIDIA Nsight Tegra hangs during configuring the Visual Studio 2017 in a Virtual Machine. Thanks in advance Best Regards -- Powe

[CMake] CMake and Visual Studio Code under linux

2018-08-09 Thread Roman Wüger
Hello, how can I configure my Project to run it with the Visual Studio Code under Linux? I did not find a useful generator. Thanks in advance Best Regards -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware off

Re: [CMake] CMake and Visual Studio Code under linux

2018-08-09 Thread Eric Noulard
Le jeu. 9 août 2018 à 09:09, Roman Wüger a écrit : > Hello, > > how can I configure my Project to run it with the Visual Studio Code under > Linux? I did not find a useful generator. > AFAIK there is no VSCode generator, however you can install VSCode CMake Tools extension which begins to intere

Re: [CMake] CMake and Visual Studio Code under linux

2018-08-09 Thread Roman Wüger
Thank you, I will give it a try. Regards Roman > Am 09.08.2018 um 09:45 schrieb Eric Noulard : > > >> Le jeu. 9 août 2018 à 09:09, Roman Wüger a écrit : >> Hello, >> >> how can I configure my Project to run it with the Visual Studio Code under >> Linux? I did not find a useful generator. >

Re: [CMake] Boost + CMake + Windows + Sanity -> Possible?

2018-08-09 Thread Wheeler, Gavin via CMake
Hi Chris, Thanks fort that suggestion too. Right now I have boost integrated using the pre-built libs and the program I need it for is working - so I’m loath to change it. However, I’ll keep this for future reference, I’m sure it will come in handy. Best Regards, Gavin From: ch...@simply-ita

[CMake] Using static, -static-libgcc -static-libstdc++ flags and linking winpthread

2018-08-09 Thread Andres Zarza Davila
Good afternoon. We are using CMake to build an open source project. We would like to build it on Windows. For that purpose, we use MingW. However, we have trouble linking three libraries : * libstdc++-6.dll * libwinpthread-1.dll * libgcc_s_seh-1.dll To solve this, we decided to link

Re: [CMake] Link flags in CMAKE_CXX_CREATE_STATIC_LIBRARY

2018-08-09 Thread Brad King
On 08/07/2018 06:54 AM, Daniel Eiband wrote: > set_property(TARGET MyTarget APPEND PROPERTY LINK_FLAGS "/ignore:4221") > > This however doesn't affect the creation of static libraries. Static libraries are created by the librarian tool, not the linker. There is a separate STATIC_LIBRARY_FLAGS pro

Re: [CMake] Link flags in CMAKE_CXX_CREATE_STATIC_LIBRARY

2018-08-09 Thread Daniel Eiband
Hi Brad, Thanks a lot, works like a charm! Daniel -Original Message- From: Brad King [mailto:brad.k...@kitware.com] Sent: Donnerstag, 9. August 2018 15:21 To: Daniel Eiband ; cmake@cmake.org Subject: Re: [CMake] Link flags in CMAKE_CXX_CREATE_STATIC_LIBRARY On 08/07/2018 06:54 AM, Dani

[CMake] [ANNOUNCE] CMake 3.12.1 available for download

2018-08-09 Thread Robert Maynard
We are pleased to announce that CMake 3.12.1 is now available for download. Please use the latest release from our download page: https://cmake.org/download/ Thanks for your support! - Changes in 3.12.1 since 3.12.0: Brad