File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Third party programs and their corresponding required notices and/or license
13
13
terms are listed below.
14
14
15
15
--------------------------------------------------------------------------------
16
- 1. robin-map (cmake/robin-map.cmake, https://github.com/Tessil/robin-map/tree/v1.0.1 )
16
+ 1. robin-map (cmake/robin-map.cmake, https://github.com/Tessil/robin-map/tree/v1.4.0 )
17
17
18
18
MIT License
19
19
Original file line number Diff line number Diff line change @@ -16,8 +16,10 @@ Include(FetchContent)
16
16
FetchContent_Declare (
17
17
RobinMap
18
18
GIT_REPOSITORY https://github.com/Tessil/robin-map
19
- GIT_TAG v1.0.1
19
+ GIT_TAG v1.4.0
20
20
)
21
21
22
+ set (TSL_ROBIN_MAP_ENABLE_INSTALL ON CACHE BOOL "Enable robin-map install logic" FORCE )
23
+
22
24
FetchContent_MakeAvailable (RobinMap )
23
25
target_link_libraries (${SVS_LIB} INTERFACE tsl::robin_map )
You can’t perform that action at this time.
0 commit comments