Re: [CMake] Dependencies with static libraries

2018-08-16 Thread Stephan Menzel
On Thu, Jun 28, 2018 at 4:07 PM Stephan Menzel wrote: > I am observing a strange problem regarding dependencies to static libs in > executables. I am not entirely sure but it seems this started since I > upgraded to the 3.11 line. I am using Windows and MSVC14. > > Basically, my code base contain

Re: [CMake] Dependencies with static libraries

2018-06-28 Thread Hendrik Sattler
Are you sure you hit the right build menu item? Maybe you are just building the current target. At least that would explain it. In MSVC you must either build the solution or the ALL_BUILD target for this to work. Am 28. Juni 2018 16:07:33 MESZ schrieb Stephan Menzel : >Hello CMake community, >

Re: [CMake] Dependencies with static libraries

2018-06-28 Thread Stephan Menzel
Hello Innokentiy, On Thu, Jun 28, 2018 at 4:17 PM, Innokentiy Alaytsev wrote: > Hello! > > I hope you will forgive me a silly question: did you consider checking last > change date of the executable? And is there any way you can ensure that the > changes to the library a present in the executabl

Re: [CMake] Dependencies with static libraries

2018-06-28 Thread Innokentiy Alaytsev
Hello! I hope you will forgive me a silly question: did you consider checking last change date of the executable? And is there any way you can ensure that the changes to the library a present in the executable? Best regards, Innokentiy Alaytsev -- Sent from: http://cmake.3232098.n2.nabble.com/

[CMake] Dependencies with static libraries

2018-06-28 Thread Stephan Menzel
Hello CMake community, I am observing a strange problem regarding dependencies to static libs in executables. I am not entirely sure but it seems this started since I upgraded to the 3.11 line. I am using Windows and MSVC14. Basically, my code base contains a number of static libraries that are l