Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Only set c++latest on remote-unwind.cpp
  • Loading branch information
sdmaclea committed Dec 10, 2020
commit e937b1073da568f4e98663f610a07ff9f6a99c6b
2 changes: 1 addition & 1 deletion src/coreclr/pal/src/libunwind/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ else(CLR_CMAKE_HOST_UNIX)
list(APPEND libunwind_setjmp_la_SOURCES x86_64/longjmp.S x86_64/siglongjmp.SA)
endif()

set_source_files_properties(${CLR_DIR}/pal/src/exception/remote-unwind.cpp PROPERTIES COMPILE_FLAGS /TP INCLUDE_DIRECTORIES ${CLR_DIR}/inc)
set_source_files_properties(${CLR_DIR}/pal/src/exception/remote-unwind.cpp PROPERTIES COMPILE_FLAGS /std:c++latest /TP INCLUDE_DIRECTORIES ${CLR_DIR}/inc)

add_library(libunwind_xdac
OBJECT
Expand Down