2016-03-15 17:03 GMT+03:00 Slávek Banko <slavek.banko(a)axis.cz>cz>:
Dne út 15. března 2016 Slávek Banko napsal(a):
Your observation is correct. Perhaps it would be
appropriate to use
find_program with hints "${TDE_PREFIX}/bin" and ${BIN_INSTALL_DIR} - just
like is in search for tde-config. And then use the value
${TDELFEDITOR_EXECUTABLE}. What do you think?
Proposed patch attached.
--
Slávek
Looks good... Note that you may still get rid of the "if (_version)"
with something like «get_target_property ( _lib_location ${_target}
LOCATION )» if you wish...