Richard Shaw wrote:
I've updated all the install targets to the proper location but
I'm
not sure that's enough. There's a lot of "set_target_properties"
entries like the one below. Do I need to modify these or are they just
for the build tree?
set_target_properties(FreeCADApp PROPERTIES
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
IIRC those are only for the build tree.
Kevin Kofler