Skip to content

Commit e6fd629

Browse files
authored
Expressly declare the .S extension for assembly (documented as standard, but current cmake does not set it for icx)
1 parent 05fe49d commit e6fd629

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
cmake_minimum_required(VERSION 3.16.0)
66

7+
set (CMAKE_ASM_SOURCE_FILE_EXTENSIONS "S")
78
project(OpenBLAS C ASM)
89

910
set(OpenBLAS_MAJOR_VERSION 0)

0 commit comments

Comments
 (0)