Skip to content

Commit

Permalink
Expressly declare the .S extension for assembly (documented as standa…
Browse files Browse the repository at this point in the history
…rd, but current cmake does not set it for icx)
  • Loading branch information
martin-frbg authored Dec 23, 2024
1 parent 05fe49d commit e6fd629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

cmake_minimum_required(VERSION 3.16.0)

set (CMAKE_ASM_SOURCE_FILE_EXTENSIONS "S")
project(OpenBLAS C ASM)

set(OpenBLAS_MAJOR_VERSION 0)
Expand Down

0 comments on commit e6fd629

Please sign in to comment.