-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename CMake project name from tsl_robin_map to tsl-robin-map for coh…
…erence with the convention used by most package managers.
- Loading branch information
Showing
5 changed files
with
42 additions
and
44 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# This module sets the following variables: | ||
# * tsl-robin-map_FOUND - true if tsl-robin-map found on the system | ||
# * tsl-robin-map_INCLUDE_DIRS - the directory containing tsl-robin-map headers | ||
@PACKAGE_INIT@ | ||
|
||
if(NOT TARGET tsl::robin_map) | ||
include("${CMAKE_CURRENT_LIST_DIR}/tsl-robin-mapTargets.cmake") | ||
get_target_property(tsl-robin-map_INCLUDE_DIRS tsl::robin_map INTERFACE_INCLUDE_DIRECTORIES) | ||
endif() |
This file was deleted.
Oops, something went wrong.
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