diff options
author | James McCoy <jamessan@jamessan.com> | 2018-12-01 15:28:33 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2018-12-01 15:28:33 -0500 |
commit | bb94895d52bcc58fb23e1010c9e896b7064b7ca0 (patch) | |
tree | 2e30c93e463e7d71526df5e255c8cdfcb712b420 /scripts | |
parent | 799d9c32157c841c3b8d355fa98a5ace435eef07 (diff) | |
download | rneovim-bb94895d52bcc58fb23e1010c9e896b7064b7ca0.tar.gz rneovim-bb94895d52bcc58fb23e1010c9e896b7064b7ca0.tar.bz2 rneovim-bb94895d52bcc58fb23e1010c9e896b7064b7ca0.zip |
Unset CMAKE_REQUIRED_* after they're done being used
As of CMake 3.12, check_include_files() also link the check executable
against the libraries listed in CMAKE_REQUIRED_LIBRARIES. Therefore we
should unset the CMAKE_REQUIRED_* variables after each respective use to
avoid them unnecessarily bleeding into other checks.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions