-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle no-target case through a user information.
Lean implementation.
- Loading branch information
1 parent
272d644
commit ec4a43a
Showing
2 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,7 +108,7 @@ IF(COMMAND ADD_REQUIRED_DEPENDENCY) | |
ENDFOREACH() | ||
ENDIF(COMMAND ADD_REQUIRED_DEPENDENCY) | ||
|
||
include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]") | ||
@INCLUDE_TARGETS_FILE@ | ||
|
||
foreach(component ${@PROJECT_NAME@_FIND_COMPONENTS}) | ||
set(comp_file "${CMAKE_CURRENT_LIST_DIR}/${component}Config.cmake") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters