MainspringEnergy / eta-hsm

C++ State Machine Library
MIT License
1 stars 3 forks source link

Remove auto-fetching of library dependencies #2

Closed nealtanner closed 11 months ago

nealtanner commented 1 year ago

Currently, gtest and wise_enum are auto-fetched by cmake, which is convenient until you try to run cmake without an internet connection.

nealtanner commented 1 year ago

Alternatively, provide instructions of how to manually install dependencies such that they do not need to be auto-fetched if users are concerned about building without internet access.