1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 13:41:13 +02:00

revert install path and set find_package in tests to REQUIRED

This commit is contained in:
Lars Melchior 2020-04-14 11:01:15 +02:00
parent 9084218192
commit 991d397433
4 changed files with 10 additions and 10 deletions

View file

@ -80,7 +80,7 @@ See [Format.cmake](https://github.com/TheLartians/Format.cmake) for more options
- How do I package my library / executable into an installer?
See the [CPack](https://cmake.org/cmake/help/latest/module/CPack.html) documentation.
As there are a lot of possible options and configurations, this is not in the scope of this template. See the [CPack documentation](https://cmake.org/cmake/help/latest/module/CPack.html) for more info.
## Coming soon