Skip to content

Commit 21eb6d7

Browse files
committed
Try to fix pipeline test running for windows with visual studio 2022
1 parent 512b1b3 commit 21eb6d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/sanitizer_options.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ if(SANITIZER_ADDRESS)
5757
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
5858
file(COPY ${ASAN_DIR}/clang_rt.asan_dbg_dynamic-i386.dll DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
5959
else()
60+
file(COPY ${ASAN_DIR}/clang_rt.asan_dynamic-x86_64.dll DESTINATION ${CMAKE_CURRENT_BINARY_DIR}) # newest visual studio 2022 version seams to have an issue and requires release version
6061
file(COPY ${ASAN_DIR}/clang_rt.asan_dbg_dynamic-x86_64.dll DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
6162
endif()
6263
endif()

0 commit comments

Comments
 (0)