cleanup
This commit is contained in:
parent
51c99e467e
commit
b7ecd0a781
1 changed files with 3 additions and 2 deletions
|
@ -100,9 +100,10 @@ option(LLAMA_BUILD_TESTS "llama: build tests" ${LLAMA_STANDALO
|
||||||
option(LLAMA_BUILD_EXAMPLES "llama: build examples" ${LLAMA_STANDALONE})
|
option(LLAMA_BUILD_EXAMPLES "llama: build examples" ${LLAMA_STANDALONE})
|
||||||
option(LLAMA_BUILD_SERVER "llama: build server example" ON)
|
option(LLAMA_BUILD_SERVER "llama: build server example" ON)
|
||||||
|
|
||||||
IF(LLAMA_NATIVE)
|
# instruction set detection for MSVC only
|
||||||
|
if (LLAMA_NATIVE)
|
||||||
include(cmake/FindSIMD.cmake)
|
include(cmake/FindSIMD.cmake)
|
||||||
ENDIF()
|
endif ()
|
||||||
|
|
||||||
#
|
#
|
||||||
# Compile flags
|
# Compile flags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue