[Cmake-commits] CMake branch, master, updated. v3.12.0-319-gcf0d0a2

2018-07-27 Thread Kitware Robot
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 8d037e4..b03b218 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 20180727) +set(CMake_VER

Re: [CMake] Add Windows library dependency

2018-07-27 Thread J Decker
should just be add_executable( whatever_target secur32 ) On Fri, Jul 27, 2018 at 8:05 PM Theodore Hall wrote: > Greetings, > > I'm building a project that depends on a Windows library -- Secur32.Lib -- > that is included in the regular library search path but is not one of the > specific

[CMake] Add Windows library dependency

2018-07-27 Thread Theodore Hall
Greetings, I'm building a project that depends on a Windows library -- Secur32.Lib -- that is included in the regular library search path but is not one of the specific libraries that the compiler normally links to. In *NIX command-line terms, the "-L" is OK, I only need to specify the

Re: [CMake] Beginners Guide to Cmake and Modern Cmake

2018-07-27 Thread spacey...@outlook.com
Hey Andreas, thanks for your comments. Yes I too have exhausted the resources you have mentioned here. The concepts make sense and I see the intended point but for a beginner its hard to grasp on how to implement and given the type of project application of cmake's is diverse (easy to

Re: [CMake] Do transitive interace includes propagate to compilation of Fortran sources?

2018-07-27 Thread Zaak Beekman
Hi, OK, unless the answer to the question in the subject line should be "NO", then please disregard this email. I think I was having a caching issue with my super build setup. I'm pretty sure that transitive includes are being correctly propagated now. Sorry for the noise, Zaak On Fri, Jul 27,

[CMake] Do transitive interace includes propagate to compilation of Fortran sources?

2018-07-27 Thread Zaak Beekman
I'm trying to use a superbuild to tightly control third party libraries for an application. They will all be statically linked in the end (besides deps like MPI that are effective system libraries). I have the following code in the TPL's CMakeLists.txt that I am trying to link into the main

Re: [CMake] Beginners Guide to Cmake and Modern Cmake

2018-07-27 Thread Andreas Naumann
Dear space & and the rest of the cmake world :) i just googled for "modern cmake" and came up with at least two interesting talks from cppcon and boostcon: https://www.youtube.com/watch?v=bsXLMQ6WgIk=youtu.be=37m15s     https://www.youtube.com/watch?v=eC9-iRN2b04 Their slides can be found at

[Cmake-commits] CMake branch, master, updated. v3.12.0-318-g5bbcf76

2018-07-27 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 5bbcf76399e107bbb1712ba8aeee27c160413d2d (commit) via