Skip to content

Commit

Permalink
Rename tsl_robin_map.natvis to tsl-robin-map.natvis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tessil committed Jan 27, 2019
1 parent 206cd26 commit 6edac20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ target_sources(robin_map INTERFACE "$<BUILD_INTERFACE:${headers}>")

if(MSVC)
target_sources(robin_map INTERFACE
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/tsl_robin_map.natvis>"
"$<INSTALL_INTERFACE:tsl_robin_map.natvis>")
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/tsl-robin-map.natvis>"
"$<INSTALL_INTERFACE:tsl-robin-map.natvis>")
endif()

# Only compatible with CMake version >= 3.8
Expand All @@ -40,7 +40,7 @@ if(${CMAKE_VERSION} VERSION_GREATER "3.2")
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")

if(MSVC)
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/tsl_robin_map.natvis"
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/tsl-robin-map.natvis"
DESTINATION ".")
endif()

Expand Down
File renamed without changes.

0 comments on commit 6edac20

Please sign in to comment.