jrl-umi3218 / jrl-cmakemodules

CMake utility toolbox
https://jrl-cmakemodules.readthedocs.io/en/master/
Other
56 stars 46 forks source link

avoid installing when fetched #676

Closed nim65s closed 3 months ago

nim65s commented 3 months ago

Hi,

Since #670, when the jrl-cmakemodules is used with FetchContent in a project, the jrl-cmakemodules is installed with the project, which is usually not desirable.

This PR adds a simple guard to prevent that.