File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ target_sources(robin_map INTERFACE "$<BUILD_INTERFACE:${headers}>")
18
18
19
19
if (MSVC )
20
20
target_sources (robin_map INTERFACE
21
- "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /tsl_robin_map .natvis>"
22
- "$<INSTALL_INTERFACE:tsl_robin_map .natvis>" )
21
+ "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /tsl-robin-map .natvis>"
22
+ "$<INSTALL_INTERFACE:tsl-robin-map .natvis>" )
23
23
endif ()
24
24
25
25
# Only compatible with CMake version >= 3.8
@@ -40,7 +40,7 @@ if(${CMAKE_VERSION} VERSION_GREATER "3.2")
40
40
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR} " )
41
41
42
42
if (MSVC )
43
- install (FILES "${CMAKE_CURRENT_SOURCE_DIR} /tsl_robin_map .natvis"
43
+ install (FILES "${CMAKE_CURRENT_SOURCE_DIR} /tsl-robin-map .natvis"
44
44
DESTINATION "." )
45
45
endif ()
46
46
File renamed without changes.
You can’t perform that action at this time.
0 commit comments