Our case is pretty simplified in that almost every executable uses the
dependent DLLs/SOs I need copied. For C# apps it is log4net, NDesk.Options,
etc. For native apps it’s fmpeg shared libraries.
So when I create the list at configure time, I immediately just use CMake
to copy the files the where
Hi,
Am I correct clang-tidy run via CXX_CLANG_TIDY
ignores .clang-tidy configuration file?
I've tried number of ways to help it find the file,
i.e. copied the file to binary directories from where it seems run via
usr/local/bin/cmake -E __run_co_compile --tidy=/usr/bin/clang-tidy-7
Best regards,
Hi,
I define a target for a library, and set warning level for MSVC compiler:
target_compile_options(mylib PRIVATE $<$:-W4>)
Although this works well, the compiler throws this warning:
cl : Command line warning D9025: overriding '/W3' with '/W4'
I want to get rid of this warning, so I fix it t
On 2018-7-12 15:16, J. Caleb Wherry wrote:
in one of our projects, we use copy_if_different to copy some DLLs
required by the runtime. It's called as post-build action. The problem
is that several targets want to copy the same DLLs, and when using
parallelized builds, the different "cmake -E copy