Skip to content

Commit 96625f6

Browse files
Update robin-map to the latest stable version (#124)
robin v.1.0.1 is incompatible with the latest cmake >=4 --------- Co-authored-by: Rafik Saliev <rafik.f.saliev@intel.com>
1 parent 24bf60c commit 96625f6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

THIRD-PARTY-PROGRAMS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Third party programs and their corresponding required notices and/or license
1313
terms are listed below.
1414

1515
--------------------------------------------------------------------------------
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)
1717

1818
MIT License
1919

cmake/robin-map.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ Include(FetchContent)
1616
FetchContent_Declare(
1717
RobinMap
1818
GIT_REPOSITORY https://github.com/Tessil/robin-map
19-
GIT_TAG v1.0.1
19+
GIT_TAG v1.4.0
2020
)
2121

22+
set(TSL_ROBIN_MAP_ENABLE_INSTALL ON CACHE BOOL "Enable robin-map install logic" FORCE)
23+
2224
FetchContent_MakeAvailable(RobinMap)
2325
target_link_libraries(${SVS_LIB} INTERFACE tsl::robin_map)

0 commit comments

Comments
 (0)