1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +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

@ -21,7 +21,7 @@ CPMAddPackage(
)
if (TEST_INSTALLED_VERSION)
find_package(Greeter)
find_package(Greeter REQUIRED)
else()
CPMAddPackage(
NAME Greeter