cmake error on Ubuntu LTS 18.04

Issue #223 resolved
dd1 created an issue

midas does not build on Ubuntu LTS 18.04, there is a cmake error about [Unknown CMake command "target_link_options".]. The best I can tell this command was added in cmake 3.13. Ubuntu LTS 18.04 has cmake 3.10, el6 has cmake 3.6.1, el7 has cmake 3.14.6, el8 has cmake 3.11.4. It looks like we cannot use this command as it is not available on most supported linux platforms. K.O.

Comments (1)

  1. Log in to comment