gulrak / filesystem

An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.
MIT License
1.34k stars 173 forks source link

Option to not install files in /usr/share/include or /usr/lib64/cmake #35

Closed guoyunhe closed 4 years ago

guoyunhe commented 4 years ago

Is your feature request related to a problem? Please describe. Issue of an app I was building https://github.com/jpd002/Play-/issues/825 It includes a ghc::filesystem as dependency. If I run make install, it will install files in /usr/share/include and /usr/lib64/cmake.

Describe the solution you'd like Here can be an option to not install these files if the package is included as a dependency of other apps.

Describe alternatives you've considered

Additional context

gulrak commented 4 years ago

Indeed a good idea. Shouldn't be much of a problem.

gulrak commented 4 years ago

Released with v1.2.8