Skip to content

Commit 82a497e

Browse files
authored
restore PRESCOTT default for DYNAMIC_LIST
1 parent de27e4f commit 82a497e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/arch.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if (DYNAMIC_ARCH)
7979
string(REGEX REPLACE "-march=native" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
8080
endif ()
8181
if (DYNAMIC_LIST)
82-
set(DYNAMIC_CORE ${DYNAMIC_LIST})
82+
set(DYNAMIC_CORE PRESCOTT ${DYNAMIC_LIST})
8383
endif ()
8484
endif ()
8585

0 commit comments

Comments
 (0)