-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake fixes and fccDetectors -> FCCDetectors
- Loading branch information
Showing
6 changed files
with
24 additions
and
19 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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
#include(CMakeFindDependencyMacro) | ||
#find_dependency(DD4hep REQUIRED) | ||
|
||
# - Include the targets file to create the imported targets that a client can | ||
# link to (libraries) or execute (programs) | ||
include("${CMAKE_CURRENT_LIST_DIR}/FCCDetectorsTargets.cmake") | ||
|
||
include(FindPackageHandleStandardArgs) | ||
find_package_handle_standard_args(FCCDetectors DEFAULT_MSG CMAKE_CURRENT_LIST_FILE) |
This file was deleted.
Oops, something went wrong.