Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Fix Spelling Mistake in Error Message #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if(PROJECT_IS_TOP_LEVEL OR TEST_INSTALLED_VERSION)
find_package(myproject CONFIG REQUIRED) # for intro, project_options, ...

if(NOT TARGET myproject::project_options)
message(FATAL_ERROR "Requiered config package not found!")
message(FATAL_ERROR "Required config package not found!")
return() # be strictly paranoid for Template Janitor github action! CK
endif()
endif()
Expand Down