Skip to content

Commit c290f46

Browse files
committed
use parse_getarch
1 parent fdffbfd commit c290f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindHipoDeps.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if (BUILD_OPENBLAS)
2222
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
2323
message(STATUS "ARM architecture detected. Applying -DTARGET=ARMV7.")
2424
list(APPEND OPENBLAS_MINIMAL_FLAGS -DTARGET=ARMV7)
25-
list(APPEND OPENBLAS_MINIMAL_FLAGS -DNO_GETARCH=ON)
25+
# list(APPEND OPENBLAS_MINIMAL_FLAGS -DNO_GETARCH=ON)
2626
# set(SKIP_PARSE_GETARCH TRUE)
2727
else()
2828
message(STATUS "ARM architecture detected. Applying -DTARGET=ARMV8.")

0 commit comments

Comments
 (0)