Skip to content

Commit 3dde533

Browse files
committed
Обновил версию simstr
1 parent c32d684 commit 3dde533

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if (${CMAKE_BUILD_TYPE} STREQUAL Debug)
4545
add_custom_command(
4646
TARGET simjson_simjson PRE_BUILD
4747
COMMAND ${CMAKE_COMMAND} -E copy
48-
${CMAKE_SOURCE_DIR}/for_debug/simjson.natvis
48+
${CMAKE_CURRENT_SOURCE_DIR}/for_debug/simjson.natvis
4949
${CMAKE_CURRENT_BINARY_DIR}/simjson.natvis
5050
)
5151
target_link_options(simjson_simjson PUBLIC "/natvis:simjson.natvis")
@@ -72,7 +72,7 @@ function(add_simstr)
7272
simstr
7373
GIT_REPOSITORY https://github.com/orefkov/simstr.git
7474
GIT_SHALLOW TRUE
75-
GIT_TAG 4ddb1ae
75+
GIT_TAG tags/rel1.2.4
7676
FIND_PACKAGE_ARGS NAMES simstr
7777
)
7878
FetchContent_MakeAvailable(simstr)

0 commit comments

Comments
 (0)