[Cmake-commits] CMake branch, master, updated. v3.11.0-467-g3551aed

2018-04-11 Thread Kitware Robot
VERSION_MINOR 11) -set(CMake_VERSION_PATCH 20180411) +set(CMake_VERSION_PATCH 20180412) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

[CMake] CMake 3.11 Fortran submodule parallel compilation fails for a single target

2018-04-11 Thread Zaak Beekman
I thought that CMake had Fortran submodule support as of 3.8 or 3.10. However, when compiling a single library target with submodules in parallel on macOS with GFortran trunk (or GFortran 7.3) I get: f951: Fatal Error: Module file 'mylib.smod' has not been generated, either because the module

Re: [CMake] Custom platform with MSVC

2018-04-11 Thread Brad King
On 04/11/2018 09:24 AM, Ales Borovicka wrote: > We have a custom platform that does require to set properties in vcxproj like: > $(PLATFORM_SDK_ROOT) > > For regular projects we set this through user files, so it works for the > generated projects. (it worked with cmake 3.7.0) We don't currently

Re: [cmake-developers] CMAKE :: mingw make files with response file for includes

2018-04-11 Thread Brad King
On 04/11/2018 12:25 PM, Jayakumar, Lenindarbi wrote: > Is the below issue solved in latest release 3.11.0 ? > Could you please confirm? The fix discussed elsewhere in the thread: https://gitlab.kitware.com/cmake/cmake/merge_requests/1691 is in 3.11.0. The `@` is no longer hard coded. I

Re: [cmake-developers] CMAKE :: mingw make files with response file for includes

2018-04-11 Thread Jayakumar, Lenindarbi
Hi Brad, Is the below issue solved in latest release 3.11.0 ? Could you please confirm? Grüße Lenin -Original Message- From: Jayakumar, Lenindarbi Sent: Freitag, 19. Januar 2018 15:26 To: 'Brad King' ; cmake-developers@cmake.org Subject: RE: [cmake-developers]

Re: [cmake-developers] Usage Requirements with Object Libraries

2018-04-11 Thread Brad King
On 04/11/2018 10:48 AM, Gößwein Matthias / eeas gmbh wrote: > CMake Error: The inter-target dependency graph contains the following > strongly connected component (cycle): >   "lib1" of type OBJECT_LIBRARY >     depends on "lib2" (strong) >   "lib2" of type OBJECT_LIBRARY >     depends on "lib1"

[cmake-developers] Usage Requirements with Object Libraries

2018-04-11 Thread Gößwein Matthias / eeas gmbh
Hello, Right now I'm using a nightly build (3.11.20180407-g268d0) to use and test the Usage Requirements with Object Libraries, which is planned for CMake 3.12.0 (https://gitlab.kitware.com/cmake/cmake/issues/14778) It's working great so far, but I if i have a construct of two object libraries,

[CMake] Dependencies scanning for non-c/c++ files

2018-04-11 Thread Somux
Hi, I ran into a CMake problem and I found a very informative answer at https://cmake.org/pipermail/cmake/2011-April/043758.html. Still, 7 years has passed. Is any easier solution for dependency scanning for an proprietary language? BR, SoMux -- Powered by www.kitware.com Please keep

[Cmake-commits] CMake branch, master, updated. v3.11.0-466-gaad0967

2018-04-11 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 aad0967e7d367ed3d51a396397a4bcf332c34753 (commit) via

[Cmake-commits] CMake branch, release, updated. v3.11.0-14-g3c0fed4

2018-04-11 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 3c0fed488fc40c55e136d128b39d3b5c901add97 (commit) via

[CMake] Custom platform with MSVC

2018-04-11 Thread Ales Borovicka
Hi, I am having issues after upgrading cmake to 3.10.2. We have a custom platform that does require to set properties in vcxproj like: $(PLATFORM_SDK_ROOT) For regular projects we set this through user files, so it works for the generated projects. (it worked with cmake 3.7.0) Now in the new

[Cmake-commits] CMake branch, master, updated. v3.11.0-462-g952d72b

2018-04-11 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 952d72b79da982d8c099052ac474e04ab507cd17 (commit) via

Re: [CMake] use analyze with visual studio

2018-04-11 Thread Petr Kmoch
Hi, I've never used the CL feature, but as far as CMake syntax is concerned, I believe you're looking for this: target_compile_options(const PRIVATE /analyze /analyze:plugin EspXEngine.dll) Petr On 11 April 2018 at 00:23, Tiago Macarios wrote: > I am trying to pass