Fix cmake warning

This commit is contained in:
Xavier Arteaga 2020-11-18 11:12:08 +01:00 committed by Andre Puschmann
parent ef799a9b42
commit bd68e5f3b3
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ if (ENABLE_SSE)
# Force skylake architecture without AVX512 # Force skylake architecture without AVX512
set(GCC_ARCH "skylake") set(GCC_ARCH "skylake")
message(STATUS "This is a skylake-avx512 CPU, as AVX512 was disabled the architecture will be set to skylake") message(STATUS "This is a skylake-avx512 CPU, as AVX512 was disabled the architecture will be set to skylake")
endif (${IS_SKYLAKE_AVX512}) endif ()
endif() endif()