We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347a701 commit e4aaa98Copy full SHA for e4aaa98
make/cpp2asm_support.cmake
@@ -178,6 +178,8 @@ if (NOT "${CMAKE_GENERATOR}" MATCHES "Visual Studio")
178
# NASM support was added in 2.8.3. It clears ASM_DIALECT for us.
179
enable_language(ASM_NASM)
180
else (APPLE AND NOT AARCH64)
181
+ # XXX i#6326: Avoid a cmake hang by setting this.
182
+ set(CMAKE_ASM_LINKER_DEPFILE_SUPPORTED TRUE)
183
enable_language(ASM)
184
endif ()
185
0 commit comments