restore PRESCOTT default for DYNAMIC_LIST

This commit is contained in:
Martin Kroeker
2020-10-11 00:43:09 +02:00
committed by GitHub
parent de27e4f5fb
commit 82a497ec5d

View File

@@ -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 ()