I am trying to automate my build process and before going down this path, I
set up findMYCODE script that requires a variable CODE_BUILD_DIR that the
user defines.This variable is the build directory for another code base
that my current code base is dependent on. When I run CMAKE in the gui
I have a build that depends on the output from another build. We can't
combine the code into one build due to other issues.
I need to get cmake to pass the values of the libraries I want to link
against. I have worked out a find script for my second build that
allows me to use the find_libra
I have a problem where I have a build that depends on the output from
another build. If I pass cmake the value of the libraries I want to
link against, I can see the libraries through my find script without a
problem using the find_library command.My problem is that I don't want
to make t