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:
parent
9084218192
commit
991d397433
4 changed files with 10 additions and 10 deletions
|
@ -21,7 +21,7 @@ CPMAddPackage(
|
|||
)
|
||||
|
||||
if (TEST_INSTALLED_VERSION)
|
||||
find_package(Greeter)
|
||||
find_package(Greeter REQUIRED)
|
||||
else()
|
||||
CPMAddPackage(
|
||||
NAME Greeter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue