Browse Source

Expressly declare the .S extension for assembly (documented as standard, but current cmake does not set it for icx)

tags/v0.3.29
Martin Kroeker GitHub 9 months ago
parent
commit
e6fd629770
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      CMakeLists.txt

+ 1
- 0
CMakeLists.txt View File

@@ -4,6 +4,7 @@


cmake_minimum_required(VERSION 3.16.0) cmake_minimum_required(VERSION 3.16.0)


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


set(OpenBLAS_MAJOR_VERSION 0) set(OpenBLAS_MAJOR_VERSION 0)


Loading…
Cancel
Save