restore PRESCOTT default for DYNAMIC_LIST
This commit is contained in:
parent
de27e4f5fb
commit
82a497ec5d
|
@ -79,7 +79,7 @@ if (DYNAMIC_ARCH)
|
|||
string(REGEX REPLACE "-march=native" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
|
||||
endif ()
|
||||
if (DYNAMIC_LIST)
|
||||
set(DYNAMIC_CORE ${DYNAMIC_LIST})
|
||||
set(DYNAMIC_CORE PRESCOTT ${DYNAMIC_LIST})
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
|
|
Loading…
Reference in New Issue