Richard Shaw wrote:
But it's still looking for it's plugins modules in /usr/Mod
instead of
/usr/lib64/freecad/Mod.
Does this have anything to do with LIBRARY_OUTPUT_DIRECTORY or
RUNTIME_OUTPUT_DIRECTORY?
Or is this getting set somewhere else?
This is probably hardcoded somewhere in the code, probably through some -D
flag being passed to the compiler by the build system. Look for
add_definitions calls in the CMakeLists.txt files.
Kevin Kofler